From b38790332e326d6a93369437f868b0f5363fbc88 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 26 Jul 2018 12:49:06 -0400 Subject: python-dateutil: add dependency on setuptools-scm-native Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-dateutil.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc index d96d84f318..9c5a89dd36 100644 --- a/meta-python/recipes-devtools/python/python-dateutil.inc +++ b/meta-python/recipes-devtools/python/python-dateutil.inc @@ -13,6 +13,8 @@ inherit pypi PACKAGES =+ "${PN}-zoneinfo" FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" +DEPENDS += "${PYTHON_PN}-setuptools-scm-native" + RDEPENDS_${PN}_class-target = "\ ${PYTHON_PN}-datetime \ ${PYTHON_PN}-numbers \ -- cgit 1.2.3-korg