From 2ca58e109dd24a8d61073297777e2f98ecd0b6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 31 Dec 2019 14:19:44 +0100 Subject: [PATCH] python-pytest: add dependencies --- srcpkgs/python-pytest/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-pytest/template b/srcpkgs/python-pytest/template index a88c5709737..1ccc6481e34 100644 --- a/srcpkgs/python-pytest/template +++ b/srcpkgs/python-pytest/template @@ -1,15 +1,15 @@ # Template file for 'python-pytest' pkgname=python-pytest version=4.6.7 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname/python-//}-${version}" build_style=python2-module -pycompile_module="_pytest pytest.py" hostmakedepends="python-setuptools" depends="python-atomicwrites python-attrs python-funcsigs python-more-itertools python-pluggy python-py python-setuptools python-pathlib2 python-six - python-wcwidth python-hypothesis python-importlib_metadata" + python-wcwidth python-hypothesis python-importlib_metadata + python-packaging" checkdepends="$depends tox" short_desc="Simple powerful testing with Python 2" maintainer="Orphaned "