aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-dateutil.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-29 18:29:46 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-11 07:58:57 -0800
commit8e9b6e269776528e147b8c3d51ef17afc5c38264 (patch)
tree2b43d16506b804fd02d6426abce79294aec3a755 /meta-python/recipes-devtools/python/python-dateutil.inc
parent3eb2821a24dd5805186f4bce265f5146bdefa087 (diff)
downloadmeta-openembedded-contrib-8e9b6e269776528e147b8c3d51ef17afc5c38264.tar.gz
python-dateutil: 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-dateutil.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-dateutil.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc
index ca51059b09..0e076b4aae 100644
--- a/meta-python/recipes-devtools/python/python-dateutil.inc
+++ b/meta-python/recipes-devtools/python/python-dateutil.inc
@@ -14,7 +14,8 @@ PACKAGES =+ "${PN}-zoneinfo"
FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
RDEPENDS_${PN}_class-target = "\
- ${PYTHON_PN}-core \
${PYTHON_PN}-datetime \
+ ${PYTHON_PN}-numbers \
${PYTHON_PN}-six \
- "
+ ${PYTHON_PN}-stringold \
+"