aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pytz.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-29 17:21:21 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-11 07:58:57 -0800
commit3b4d724ed0a41a89047b4e2f30550221b3234b6e (patch)
treead21c37ef45d70375ce94a7ed622d0b3184218b8 /recipes-devtools/python/python-pytz.inc
parent1a5427defb057d1337ce897972363132c5daa9e3 (diff)
downloadmeta-python2-3b4d724ed0a41a89047b4e2f30550221b3234b6e.tar.gz
python-pytz: correct the RDEPENDS to work on a minimal python install
(From meta-openembedded commit: 48a889008c211d1e7e88be4f4e7318cbccad44d5) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> 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.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pytz.inc b/recipes-devtools/python/python-pytz.inc
index 026489a..e79f433 100644
--- a/recipes-devtools/python/python-pytz.inc
+++ b/recipes-devtools/python/python-pytz.inc
@@ -11,7 +11,9 @@ SRC_URI[sha256sum] = "fae4cffc040921b8a2d60c6cf0b5d662c1190fe54d718271db4eb17d44
RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-datetime \
+ ${PYTHON_PN}-doctest \
${PYTHON_PN}-io \
+ ${PYTHON_PN}-pprint \
${PYTHON_PN}-threading \
"