diff options
Diffstat (limited to 'testing/py-ibanlib/APKBUILD')
-rw-r--r-- | testing/py-ibanlib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-ibanlib/APKBUILD b/testing/py-ibanlib/APKBUILD index 3034cd2329..36968fced0 100644 --- a/testing/py-ibanlib/APKBUILD +++ b/testing/py-ibanlib/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Library integrate the International Bank Account Number (IBAN)" url="https://pypi.python.org/pypi/ibanlib" arch="noarch" license="LGPL3+" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |