python-pytest: add missing python3-six dependency

This commit is contained in:
maxice8 2019-02-16 13:38:44 -02:00 committed by maxice8
parent b8c7b156d9
commit b71eae24ca

View file

@ -1,8 +1,8 @@
# Template file for 'python-pytest' # Template file for 'python-pytest'
pkgname=python-pytest pkgname=python-pytest
version=3.7.1 version=3.7.1
revision=2 revision=3
noarch=yes archs=noarch
wrksrc="${pkgname/python-//}-${version}" wrksrc="${pkgname/python-//}-${version}"
build_style=python-module build_style=python-module
pycompile_module="_pytest pytest.py" pycompile_module="_pytest pytest.py"
@ -10,7 +10,7 @@ hostmakedepends="python-setuptools python3-setuptools"
depends="python-atomicwrites python-attrs python-funcsigs python-more-itertools depends="python-atomicwrites python-attrs python-funcsigs python-more-itertools
python-pluggy python-py python-setuptools python-pathlib2" python-pluggy python-py python-setuptools python-pathlib2"
checkdepends="python3-atomicwrites python3-hypothesis python3-more-itertools checkdepends="python3-atomicwrites python3-hypothesis python3-more-itertools
python3-pluggy python3-py python3-atomicwrites" python3-pluggy python3-py python3-atomicwrites python3-six"
short_desc="Simple powerful testing with Python2" short_desc="Simple powerful testing with Python2"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
@ -37,14 +37,14 @@ post_install() {
} }
python3-pytest_package() { python3-pytest_package() {
noarch=yes archs=noarch
pycompile_module="_pytest pytest.py" pycompile_module="_pytest pytest.py"
alternatives=" alternatives="
pytest:pytest:/usr/bin/pytest3 pytest:pytest:/usr/bin/pytest3
pytest:py.test:/usr/bin/py.test3" pytest:py.test:/usr/bin/py.test3"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
depends="python3-atomicwrites python3-attrs python3-more-itertools depends="python3-atomicwrites python3-attrs python3-more-itertools
python3-pluggy python3-py python3-setuptools" python3-pluggy python3-py python3-setuptools python3-six"
pkg_install() { pkg_install() {
vmove "usr/bin/*3" vmove "usr/bin/*3"
vmove "usr/lib/python3*" vmove "usr/lib/python3*"