commit:     30a112a339597bee0d998ac29f9a255b5cd335d3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  7 09:41:47 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  7 09:44:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a112a3

dev-python/paho-mqtt: Add missing dep on setuptools

Closes: https://bugs.gentoo.org/639848

 dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild | 3 +++
 1 file changed, 3 insertions(+)

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 303586f332b..ad2fcc144bc 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() {

Reply via email to