diff options
Diffstat (limited to 'testing/py-polib/APKBUILD')
-rw-r--r-- | testing/py-polib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-polib/APKBUILD b/testing/py-polib/APKBUILD index 38037527cd..17ae0a7c62 100644 --- a/testing/py-polib/APKBUILD +++ b/testing/py-polib/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A library to manipulate gettext files" url="http://polib.readthedocs.org/en/latest/index.html" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev" install="" |