From 9cf730f22266d63df3cf63998c87918dfa540fb7 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Sun, 19 Jul 2020 16:05:36 -0700 Subject: python3-obd: Add missing setuptools RDEPENDS Signed-off-by: Alistair Francis Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-obd_0.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb index eb8a5a7474..8f17068a48 100644 --- a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb @@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "8b81ea5896157b6e861af12e173c10b001cb6cca6ebb04db2c01d32681 inherit setuptools3 pypi -RDEPENDS_${PN} += "${PYTHON_PN}-pyserial ${PYTHON_PN}-pint ${PYTHON_PN}-setuptools" +RDEPENDS_${PN} += "${PYTHON_PN}-pyserial ${PYTHON_PN}-pint ${PYTHON_PN}-setuptools ${PYTHON_PN}-packaging" -- cgit 1.2.3-korg