From 2897a1020f94b7b672f013696f4a5649ac9d7093 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:22:23 +0200 Subject: python3-parse: 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-parse_1.19.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-parse_1.19.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb b/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb index 8db482e141..94c1b53c94 100644 --- a/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb +++ b/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb @@ -10,6 +10,7 @@ inherit pypi setuptools3 ptest RDEPENDS:${PN} += "\ python3-datetime \ python3-logging \ + python3-numbers \ " SRC_URI += " \ -- cgit v1.2.3-54-g00ecf