diff options
Diffstat (limited to 'testing/py-linkedin/APKBUILD')
-rw-r--r-- | testing/py-linkedin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-linkedin/APKBUILD b/testing/py-linkedin/APKBUILD index 072ae37ce4..758caff381 100644 --- a/testing/py-linkedin/APKBUILD +++ b/testing/py-linkedin/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Python API wrapper for linkedin" url="https://github.com/michaelhelmick/linkedin/" arch="noarch" license="MIT" -depends="python py-simplejson py-oauth2 py-httplib2 py-oauth2" +depends="python2 py-simplejson py-oauth2 py-httplib2 py-oauth2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |