From 33b910b51cea2eee57f197a2e9697dd81a9dd67b Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 23 Jun 2023 16:38:46 +0200 Subject: python3-isodate: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb b/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb index 722ea3af32..c65083b777 100644 --- a/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb @@ -7,6 +7,7 @@ SRC_URI[sha256sum] = "48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c1 inherit pypi setuptools3 RDEPENDS:${PN} += " \ + python3-numbers \ python3-six \ " -- cgit v1.2.3-54-g00ecf