[oe] [meta-python][PATCH] python-pytz: Add dependency on pickle

Derek Straka derek at asterius.io
Tue Mar 20 13:06:03 UTC 2018


Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-python/recipes-devtools/python/python-pytz.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-pytz.inc b/meta-python/recipes-devtools/python/python-pytz.inc
index 1390b91..979faa6 100644
--- a/meta-python/recipes-devtools/python/python-pytz.inc
+++ b/meta-python/recipes-devtools/python/python-pytz.inc
@@ -12,6 +12,7 @@ RDEPENDS_${PN}_class-target += "\
     ${PYTHON_PN}-datetime \
     ${PYTHON_PN}-doctest \
     ${PYTHON_PN}-io \
+    ${PYTHON_PN}-pickle \
     ${PYTHON_PN}-pprint \
     ${PYTHON_PN}-threading \
 "
-- 
2.7.4




More information about the Openembedded-devel mailing list