python-pytest: add dependencies
This commit is contained in:
parent
fa8b4fd72f
commit
2ca58e109d
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue