mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user