diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-06 00:34:10 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-06-06 00:34:47 +0300 |
commit | 2d854270334fd2c17e7231a7e48e0cb558faca25 (patch) | |
tree | d494ad49accf06e85f9cb9a9ce63deaca8c94546 /testing/py3-xmltodict | |
parent | 7fd572e1f7325b814a4bc9bdc88525d008ec52f8 (diff) | |
download | aports-2d854270334fd2c17e7231a7e48e0cb558faca25.tar.bz2 aports-2d854270334fd2c17e7231a7e48e0cb558faca25.tar.xz |
testing/py3-xmltodict: add python3 depends
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" |