From 65f9d868bbc1e203b1cd718d9150555b2926ef6a Mon Sep 17 00:00:00 2001 From: Frieder Schrempf Date: Thu, 17 Aug 2023 11:11:49 +0200 Subject: python3-can: Add missing runtime dependencies According to the setup.py of v4.2.2 [1] the following runtime dependencies are currently missing. Add them. * packaging * setuptools [1] https://github.com/hardbyte/python-can/blob/4.2.2/setup.py Signed-off-by: Frieder Schrempf Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-can_4.2.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.2.bb b/meta-python/recipes-devtools/python/python3-can_4.2.2.bb index 7ecbf12073..f3cfd17244 100644 --- a/meta-python/recipes-devtools/python/python3-can_4.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-can_4.2.2.bb @@ -20,7 +20,9 @@ RDEPENDS:${PN} += " \ python3-logging \ python3-misc \ python3-netserver \ + python3-packaging \ python3-pkg-resources \ + python3-setuptools \ python3-sqlite3 \ python3-typing-extensions \ python3-wrapt \ -- cgit v1.2.3-54-g00ecf