diff options
author | Derek Straka <derek@asterius.io> | 2017-11-29 18:29:46 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-11 07:58:57 -0800 |
commit | 8e9b6e269776528e147b8c3d51ef17afc5c38264 (patch) | |
tree | 2b43d16506b804fd02d6426abce79294aec3a755 /meta-python/recipes-devtools/python | |
parent | 3eb2821a24dd5805186f4bce265f5146bdefa087 (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-python/recipes-devtools/python/python-dateutil.inc | 5 |
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 ca51059b0..0e076b4aa 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" | |||
14 | FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" | 14 | FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" |
15 | 15 | ||
16 | RDEPENDS_${PN}_class-target = "\ | 16 | RDEPENDS_${PN}_class-target = "\ |
17 | ${PYTHON_PN}-core \ | ||
18 | ${PYTHON_PN}-datetime \ | 17 | ${PYTHON_PN}-datetime \ |
18 | ${PYTHON_PN}-numbers \ | ||
19 | ${PYTHON_PN}-six \ | 19 | ${PYTHON_PN}-six \ |
20 | " | 20 | ${PYTHON_PN}-stringold \ |
21 | " | ||