diff options
-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 01d583c76f..a433fdf392 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=1 +pkgrel=2 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" +depends="py-py py-pluggy py-argparse py-virtualenv" makedepends="python2-dev python3-dev py-setuptools" options="!check" # disabled as requires itself subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" |