diff options
Diffstat (limited to 'testing/py3-xmltodict')
-rw-r--r-- | testing/py3-xmltodict/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/py3-xmltodict/APKBUILD b/testing/py3-xmltodict/APKBUILD index df822ae1e4..6e46efa2da 100644 --- a/testing/py3-xmltodict/APKBUILD +++ b/testing/py3-xmltodict/APKBUILD @@ -8,6 +8,7 @@ pkgdesc="an xmltodict implementation" url="https://pypi.python.org/pypi/xmltodict/" arch="noarch" license="MIT" +depends="python3" makedepends="py3-setuptools" checkdepends="py3-nose py3-coverage" source="$pkgname-$pkgver.tar.gz::https://github.com/martinblech/$_realname/archive/v$pkgver.tar.gz" |