From 3191ece57896f8d07e5369f5455c21b05c116ae1 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:29:09 +0200 Subject: python3-netaddr: 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-netaddr_0.8.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb b/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb index f3d378a594..5ba006691a 100644 --- a/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb @@ -8,6 +8,7 @@ SRC_URI[sha256sum] = "d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2 inherit pypi setuptools3 RDEPENDS:${PN} += " \ + python3-io \ python3-pprint \ python3-xml \ " -- cgit v1.2.3-54-g00ecf