diff options
Diffstat (limited to 'testing/py-evohome-client/APKBUILD')
-rw-r--r-- | testing/py-evohome-client/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-evohome-client/APKBUILD b/testing/py-evohome-client/APKBUILD index aa525a84a4..e3ce88651c 100644 --- a/testing/py-evohome-client/APKBUILD +++ b/testing/py-evohome-client/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Python client to access the Evohome web service" url="https://github.com/watchforstock/evohome-client" arch="noarch" license="Apache-2.0" -depends="python py-requests" +depends="python2 py-requests" depends_dev="" makedepends="$depends_dev py-setuptools" install="" |