diff options
Diffstat (limited to 'testing/py-paho-mqtt/APKBUILD')
-rw-r--r-- | testing/py-paho-mqtt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-paho-mqtt/APKBUILD b/testing/py-paho-mqtt/APKBUILD index 70227fcb6e..98b4667189 100644 --- a/testing/py-paho-mqtt/APKBUILD +++ b/testing/py-paho-mqtt/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A python MQTT version 3.1/3.1.1 client class" url="https://pypi.python.org/pypi/paho-mqtt" arch="noarch" license="EPL" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |