diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-09-14 08:28:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-29 06:48:13 +0000 |
commit | d381ed2b2d6a6416e5ee79d136c4b7c834ba13a6 (patch) | |
tree | 761450763e46fd0c5fb1433dec925c9f6c2796d8 /testing/py-paho-mqtt | |
parent | 9e42f2aca694935e9bd9374c9f28763ae3b2039b (diff) | |
download | aports-d381ed2b2d6a6416e5ee79d136c4b7c834ba13a6.tar.bz2 aports-d381ed2b2d6a6416e5ee79d136c4b7c834ba13a6.tar.xz |
testing/py-paho-mqtt: specify license
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" |