diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb index 67b82940bf..13e8b184d9 100644 --- a/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb +++ b/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb | |||
@@ -12,9 +12,9 @@ inherit pypi setuptools3 | |||
12 | CLEANBROKEN = "1" | 12 | CLEANBROKEN = "1" |
13 | 13 | ||
14 | RDEPENDS:${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-dateutil \ | 15 | python3-dateutil \ |
16 | ${PYTHON_PN}-tzlocal \ | 16 | python3-ruamel-yaml \ |
17 | ${PYTHON_PN}-ruamel-yaml \ | 17 | python3-tzlocal \ |
18 | " | 18 | " |
19 | 19 | ||
20 | # Ommitted ${PYTHON_PN}-convertdate, ${PYTHON_PN}-jdatetime ${PYTHON_PN}-umalqurra | 20 | # Ommitted python3-convertdate, python3-jdatetime python3-umalqurra |