diff options
| author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-19 19:25:53 +0000 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-03-23 21:29:20 +0000 |
| commit | 8350dae0c080728370cf28f957cd02a67f95aa20 (patch) | |
| tree | 463847bb8610f69b6de7656bfd18fc5016d89c21 | |
| parent | e3d2e8ab16019c63dde0af9b1f0dfeeccade9c2d (diff) | |
| download | aports-8350dae0c080728370cf28f957cd02a67f95aa20.tar.bz2 aports-8350dae0c080728370cf28f957cd02a67f95aa20.tar.xz | |
main/py-tox: add py-six as a dependency
py-six is requires by py-tox:
> pkg_resources.DistributionNotFound: The 'six<2,>=1.0.0' distribution was not
> found and is required by tox
| -rw-r--r-- | main/py-tox/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-tox/APKBUILD b/main/py-tox/APKBUILD index a433fdf392..185f1cc444 100644 --- a/main/py-tox/APKBUILD +++ b/main/py-tox/APKBUILD @@ -3,13 +3,13 @@ pkgname=py-tox _pkgname=${pkgname#py-*} pkgver=3.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="virtualenv management and test command line tool" url="https://tox.readthedocs.org/" arch="noarch" license="MIT" _depends="py-virtualenv" -depends="py-py py-pluggy py-argparse py-virtualenv" +depends="py-py py-pluggy py-argparse py-virtualenv py-six" makedepends="python2-dev python3-dev py-setuptools" options="!check" # disabled as requires itself subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" |
