aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pytz.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-03-20 09:06:03 -0400
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:51:06 -0700
commit54b23b47fe354e67f75276056e37cf2b5146f9a1 (patch)
treeb0928de631619291c52352490ac7735878bbe2a2 /recipes-devtools/python/python-pytz.inc
parentae88c46596079bd591d5f1b56621e2c04dea30d9 (diff)
downloadmeta-python2-54b23b47fe354e67f75276056e37cf2b5146f9a1.tar.gz
python-pytz: Add dependency on pickle
(From meta-openembedded commit: 5068ca7fe7eeefb2877d6df8f9b614d55010f574) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-pytz.inc')
-rw-r--r--recipes-devtools/python/python-pytz.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pytz.inc b/recipes-devtools/python/python-pytz.inc
index 1390b91..979faa6 100644
--- a/recipes-devtools/python/python-pytz.inc
+++ b/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 \
"