From 13447acd1c400778f90d1c57130923cd5014f178 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Mon, 9 Jan 2017 10:33:02 +0100 Subject: python-pytz: provide native and nativesdk version for pytz This allows it to be used during build in the setup.py of a package. Like for example done in the astral PyPi package. Signed-off-by: Pascal Bach Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pytz.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pytz.inc b/meta-python/recipes-devtools/python/python-pytz.inc index 19be2c7571..73106daffa 100755 --- a/meta-python/recipes-devtools/python/python-pytz.inc +++ b/meta-python/recipes-devtools/python/python-pytz.inc @@ -8,8 +8,10 @@ inherit pypi SRC_URI[md5sum] = "8660ba7c3c0abd23e6e4efa493b02966" SRC_URI[sha256sum] = "8787de03f35f31699bcaf127e56ad14c00647965ed24d72dbaca87c6e4f843a3" -RDEPENDS_${PN} += "\ +RDEPENDS_${PN}_class-target += "\ ${PYTHON_PN}-datetime \ ${PYTHON_PN}-io \ ${PYTHON_PN}-threading \ " + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg