aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/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
commit5068ca7fe7eeefb2877d6df8f9b614d55010f574 (patch)
treee040f58ddc9837f8bbd571406451f5eefa9d7d0f /meta-python/recipes-devtools/python/python-pytz.inc
parenta1d8fc143422599c1989189611fe1f7732e27c1d (diff)
downloadmeta-openembedded-5068ca7fe7eeefb2877d6df8f9b614d55010f574.tar.gz
python-pytz: Add dependency on pickle
Signed-off-by: Derek Straka <derek@asterius.io>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytz.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pytz.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytz.inc b/meta-python/recipes-devtools/python/python-pytz.inc
index 1390b91860..979faa66c1 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 \
"