From 8e9b6e269776528e147b8c3d51ef17afc5c38264 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 29 Nov 2017 18:29:46 -0500 Subject: python-dateutil: correct the RDEPENDS to work on a minimal python install Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-dateutil.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-dateutil.inc') diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc index ca51059b09..0e076b4aae 100644 --- a/meta-python/recipes-devtools/python/python-dateutil.inc +++ b/meta-python/recipes-devtools/python/python-dateutil.inc @@ -14,7 +14,8 @@ PACKAGES =+ "${PN}-zoneinfo" FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" RDEPENDS_${PN}_class-target = "\ - ${PYTHON_PN}-core \ ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-numbers \ ${PYTHON_PN}-six \ - " + ${PYTHON_PN}-stringold \ +" -- cgit v1.2.3-54-g00ecf