python-pytest: add dependencies

This commit is contained in:
Piotr Wójcik 2019-12-31 14:19:44 +01:00 committed by Piotr
parent fa8b4fd72f
commit 2ca58e109d
1 changed files with 3 additions and 3 deletions

View File

@ -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 <orphan@voidlinux.org>"