summaryrefslogtreecommitdiffstats
path: root/meta-python/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
commit48a889008c211d1e7e88be4f4e7318cbccad44d5 (patch)
tree641602dc0ceeca9c3ba86f6698536ec84dfa9085 /meta-python/recipes-devtools/python/python-pytz.inc
parent296d47dd0e669996935efa9b7c8ac68e26eae62f (diff)
downloadmeta-openembedded-48a889008c211d1e7e88be4f4e7318cbccad44d5.tar.gz
python-pytz: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytz.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pytz.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytz.inc b/meta-python/recipes-devtools/python/python-pytz.inc
index 026489a4a..e79f4334b 100644
--- a/meta-python/recipes-devtools/python/python-pytz.inc
+++ b/meta-python/recipes-devtools/python/python-pytz.inc
@@ -11,7 +11,9 @@ SRC_URI[sha256sum] = "fae4cffc040921b8a2d60c6cf0b5d662c1190fe54d718271db4eb17d44
11 11
12RDEPENDS_${PN}_class-target += "\ 12RDEPENDS_${PN}_class-target += "\
13 ${PYTHON_PN}-datetime \ 13 ${PYTHON_PN}-datetime \
14 ${PYTHON_PN}-doctest \
14 ${PYTHON_PN}-io \ 15 ${PYTHON_PN}-io \
16 ${PYTHON_PN}-pprint \
15 ${PYTHON_PN}-threading \ 17 ${PYTHON_PN}-threading \
16" 18"
17 19