summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortharvik <tharvik@users.noreply.github.com>2018-02-09 18:35:55 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-10 08:29:48 +0100
commitf5c82fbe8fe653d016875efa07c2bdae32f8c205 (patch)
tree1fae136045d5ad3195f1cf30d07152e94cbf39b5 /dev-python/paho-mqtt
parentapp-arch/deltarpm: fix HOMEPAGE (diff)
downloadgentoo-f5c82fbe8fe653d016875efa07c2bdae32f8c205.tar.gz
gentoo-f5c82fbe8fe653d016875efa07c2bdae32f8c205.tar.bz2
gentoo-f5c82fbe8fe653d016875efa07c2bdae32f8c205.zip
dev-python/paho-mqtt: fix use of undef var
Closes: https://github.com/gentoo/gentoo/pull/7139 Package-Manager: Paludis-2.6.0, Repoman-2.3.6
Diffstat (limited to 'dev-python/paho-mqtt')
-rw-r--r--dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild2
1 files changed, 1 insertions, 1 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 ad2fcc144bcb..dde4d1c6b56c 100644
--- a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
+++ b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=""
-DEPEND="dev-python/setuptools[${MULTILIB_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
S="${WORKDIR}/paho.mqtt.python-${PV}"