diff options
Diffstat (limited to 'testing/py-banknumber/APKBUILD')
-rw-r--r-- | testing/py-banknumber/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-banknumber/APKBUILD b/testing/py-banknumber/APKBUILD index 9a3f0658a8..ba68665ca9 100644 --- a/testing/py-banknumber/APKBUILD +++ b/testing/py-banknumber/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python module to validate Bank codes" url="https://bitbucket.org/zikzakmedia/python-banknumber" arch="noarch" license="GPL3+" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |