diff options
Diffstat (limited to 'meta-python')
-rwxr-xr-x | meta-python/recipes-devtools/python/python-pytz.inc | 4 |
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 | |||
8 | SRC_URI[md5sum] = "8660ba7c3c0abd23e6e4efa493b02966" | 8 | SRC_URI[md5sum] = "8660ba7c3c0abd23e6e4efa493b02966" |
9 | SRC_URI[sha256sum] = "8787de03f35f31699bcaf127e56ad14c00647965ed24d72dbaca87c6e4f843a3" | 9 | SRC_URI[sha256sum] = "8787de03f35f31699bcaf127e56ad14c00647965ed24d72dbaca87c6e4f843a3" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS_${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 | |||
17 | BBCLASSEXTEND = "native nativesdk" | ||