diff options
Diffstat (limited to 'testing/py-github3')
-rw-r--r-- | testing/py-github3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-github3/APKBUILD b/testing/py-github3/APKBUILD index ed5782df40..1c3d62e828 100644 --- a/testing/py-github3/APKBUILD +++ b/testing/py-github3/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Python wrapper for the GitHub API" url="https://github3py.readthedocs.org/" arch="noarch" license="BSD" -depends="python py-requests py-uritemplate" +depends="python2 py-requests py-uritemplate" depends_dev="" makedepends="python2-dev py-setuptools" install="" |