From: Frieder Schrempf <[email protected]>

According to the setup.py of v4.2.2 [1] the following runtime
dependencies are currently missing. Add them.

* packaging
* setuptools

Also the aenum dependency was droppen in v4.0.0 [2], so let's
remove it.

[1] https://github.com/hardbyte/python-can/blob/4.2.2/setup.py
[2] 
https://github.com/hardbyte/python-can/commit/13625ea2cc18e3283b8111bec7e139ed9b6c7f48

Signed-off-by: Frieder Schrempf <[email protected]>
---
Changes in v2:
* Drop unused aenum dependency
* Update subject and commit message
---
 meta-python/recipes-devtools/python/python3-can_4.2.2.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 7ecbf1207..32b5ad101 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
@@ -10,7 +10,6 @@ PYPI_PACKAGE="python-can"
 inherit pypi setuptools3
 
 RDEPENDS:${PN} += " \
-    python3-aenum \
     python3-asyncio \
     python3-codecs \
     python3-compression \
@@ -20,7 +19,9 @@ RDEPENDS:${PN} += " \
     python3-logging \
     python3-misc \
     python3-netserver \
+    python3-packaging \
     python3-pkg-resources \
+    python3-setuptools \
     python3-sqlite3 \
     python3-typing-extensions \
     python3-wrapt \
-- 
2.41.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#104455): 
https://lists.openembedded.org/g/openembedded-devel/message/104455
Mute This Topic: https://lists.openembedded.org/mt/100797116/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to