python-pytest: add missing python3-six dependency
This commit is contained in:
parent
b8c7b156d9
commit
b71eae24ca
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python-pytest'
|
||||
pkgname=python-pytest
|
||||
version=3.7.1
|
||||
revision=2
|
||||
noarch=yes
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc="${pkgname/python-//}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="_pytest pytest.py"
|
||||
|
@ -10,7 +10,7 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python-atomicwrites python-attrs python-funcsigs python-more-itertools
|
||||
python-pluggy python-py python-setuptools python-pathlib2"
|
||||
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"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
|
@ -37,14 +37,14 @@ post_install() {
|
|||
}
|
||||
|
||||
python3-pytest_package() {
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
pycompile_module="_pytest pytest.py"
|
||||
alternatives="
|
||||
pytest:pytest:/usr/bin/pytest3
|
||||
pytest:py.test:/usr/bin/py.test3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
depends="python3-atomicwrites python3-attrs python3-more-itertools
|
||||
python3-pluggy python3-py python3-setuptools"
|
||||
python3-pluggy python3-py python3-setuptools python3-six"
|
||||
pkg_install() {
|
||||
vmove "usr/bin/*3"
|
||||
vmove "usr/lib/python3*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue