diff options
Diffstat (limited to 'testing/py-nosexcover')
-rw-r--r-- | testing/py-nosexcover/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-nosexcover/APKBUILD b/testing/py-nosexcover/APKBUILD index a38834ba42..c09022c01d 100644 --- a/testing/py-nosexcover/APKBUILD +++ b/testing/py-nosexcover/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Extends nose.plugins.cover to add Cobertura-style XML reports" url="https://pypi.python.org/pypi/nosexcover/" arch="noarch" license="MIT" -depends="" +depends="py-nose py-coverage" checkdepends="py-nose" makedepends="python2-dev python3-dev py-setuptools" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" |