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
This commit is contained in:
tharvik
2018-02-09 18:35:55 +01:00
committed by Michał Górny
parent 99ecfe707d
commit f5c82fbe8f

View File

@@ -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}"