From df997e0747decf536fc96f6c3be1adf3056f9f35 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 21 Jan 2018 11:20:37 -0500 Subject: Remove deprecated python3-subprocess from the RDEPENDS The python3-subprocess package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-paho-mqtt.inc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-paho-mqtt.inc') diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt.inc b/meta-python/recipes-devtools/python/python-paho-mqtt.inc index 6459e68b4a..23169165f4 100644 --- a/meta-python/recipes-devtools/python/python-paho-mqtt.inc +++ b/meta-python/recipes-devtools/python/python-paho-mqtt.inc @@ -13,9 +13,8 @@ SRC_URI[sha256sum] = "31911f6031de306c27ed79dc77b690d7c55b0dcb0f0434ca34ec6361d0 DEPENDS += "${PYTHON_PN}-pytest-runner-native" RDEPENDS_${PN} = "\ - ${PYTHON_PN}-math \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-threading \ - ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-math \ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-threading \ " -- cgit v1.2.3-54-g00ecf