diff options
Diffstat (limited to 'testing/py-redmine/APKBUILD')
-rw-r--r-- | testing/py-redmine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-redmine/APKBUILD b/testing/py-redmine/APKBUILD index d6f86bf002..21db49fd9b 100644 --- a/testing/py-redmine/APKBUILD +++ b/testing/py-redmine/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A simple library for communicating with redmine" url="https://github.com/maxtepkeev/python-redmine" arch="noarch" license="ASL 2.0" -depends="python py-requests" +depends="python2 py-requests" depends_dev="" makedepends="python2-dev py-setuptools" install="" |