summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-07 10:41:47 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-07 10:44:45 +0100
commit30a112a339597bee0d998ac29f9a255b5cd335d3 (patch)
tree973f722610df0c030ac43093bec1acf314d68376 /dev-python/paho-mqtt
parentdev-python/paho-mqtt: Shorten description (diff)
downloadgentoo-30a112a339597bee0d998ac29f9a255b5cd335d3.tar.gz
gentoo-30a112a339597bee0d998ac29f9a255b5cd335d3.tar.bz2
gentoo-30a112a339597bee0d998ac29f9a255b5cd335d3.zip
dev-python/paho-mqtt: Add missing dep on setuptools
Closes: https://bugs.gentoo.org/639848
Diffstat (limited to 'dev-python/paho-mqtt')
-rw-r--r--dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
index 303586f332b9..ad2fcc144bcb 100644
--- a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
+++ b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
@@ -14,6 +14,9 @@ LICENSE="EPL-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RDEPEND=""
+DEPEND="dev-python/setuptools[${MULTILIB_USEDEP}]"
+
S="${WORKDIR}/paho.mqtt.python-${PV}"
python_prepare() {