diff options
Diffstat (limited to 'testing/py-paho-mqtt')
-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 a0735f6020..cd770e5498 100644 --- a/testing/py-paho-mqtt/APKBUILD +++ b/testing/py-paho-mqtt/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="A python MQTT version 3.1/3.1.1 client class" url="https://pypi.python.org/pypi/paho-mqtt" arch="noarch" -license="EPL1" +license="EPL" depends="python" depends_dev="" makedepends="python-dev py-setuptools" |