diff options
Diffstat (limited to 'testing/py-embedly/APKBUILD')
-rw-r--r-- | testing/py-embedly/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-embedly/APKBUILD b/testing/py-embedly/APKBUILD index 79692e2f87..473e078afd 100644 --- a/testing/py-embedly/APKBUILD +++ b/testing/py-embedly/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python module for Embedly" url="https://github.com/embedly/embedly-python" arch="noarch" license="BSD" -depends="python py-httplib2" +depends="python2 py-httplib2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |