summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmeta-python/recipes-devtools/python/python-pytz.inc4
1 files changed, 3 insertions, 1 deletions
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
8SRC_URI[md5sum] = "8660ba7c3c0abd23e6e4efa493b02966" 8SRC_URI[md5sum] = "8660ba7c3c0abd23e6e4efa493b02966"
9SRC_URI[sha256sum] = "8787de03f35f31699bcaf127e56ad14c00647965ed24d72dbaca87c6e4f843a3" 9SRC_URI[sha256sum] = "8787de03f35f31699bcaf127e56ad14c00647965ed24d72dbaca87c6e4f843a3"
10 10
11RDEPENDS_${PN} += "\ 11RDEPENDS_${PN}_class-target += "\
12 ${PYTHON_PN}-datetime \ 12 ${PYTHON_PN}-datetime \
13 ${PYTHON_PN}-io \ 13 ${PYTHON_PN}-io \
14 ${PYTHON_PN}-threading \ 14 ${PYTHON_PN}-threading \
15" 15"
16
17BBCLASSEXTEND = "native nativesdk"