diff options
author | Derek Straka <derek@asterius.io> | 2018-03-20 09:06:03 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:51:06 -0700 |
commit | 5068ca7fe7eeefb2877d6df8f9b614d55010f574 (patch) | |
tree | e040f58ddc9837f8bbd571406451f5eefa9d7d0f /meta-python/recipes-devtools | |
parent | a1d8fc143422599c1989189611fe1f7732e27c1d (diff) | |
download | meta-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')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytz.inc | 1 |
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 1390b9186..979faa66c 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 += "\ | |||
12 | ${PYTHON_PN}-datetime \ | 12 | ${PYTHON_PN}-datetime \ |
13 | ${PYTHON_PN}-doctest \ | 13 | ${PYTHON_PN}-doctest \ |
14 | ${PYTHON_PN}-io \ | 14 | ${PYTHON_PN}-io \ |
15 | ${PYTHON_PN}-pickle \ | ||
15 | ${PYTHON_PN}-pprint \ | 16 | ${PYTHON_PN}-pprint \ |
16 | ${PYTHON_PN}-threading \ | 17 | ${PYTHON_PN}-threading \ |
17 | " | 18 | " |