diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2017-07-09 17:22:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-10 18:58:45 +0000 |
commit | fc4ea7a20efcd4a093acb5ff42f4db527578d4fa (patch) | |
tree | 2697aebc80766ec588dcefcbd68c3ae78155fe91 /testing/py-nosexcover | |
parent | 062d97789d0d4e037420e83c5f1349e7d062bc5d (diff) | |
download | aports-fc4ea7a20efcd4a093acb5ff42f4db527578d4fa.tar.bz2 aports-fc4ea7a20efcd4a093acb5ff42f4db527578d4fa.tar.xz |
testing/py-elasticsearch: new aport
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" |