mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-twisted: add python3-attrs to RDEPENDS
This fixes the following issue: python3[677]: Traceback (most recent call last): python3[677]: File "/usr/lib/python3.12/site-packages/myownscript.py", line 9, in <module> python3[677]: from twisted.internet import defer python3[677]: File "/usr/lib/python3.12/site-packages/twisted/internet/defer.py", line 44, in <module> python3[677]: import attr python3[677]: ModuleNotFoundError: No module named 'attr' Currently python3-attrs is provided indirectly by python3-automat. But when python3-automat is updated to >= 24.8.1, python3-attrs is no longer indirectly provided. The twisted recipe must declare the dependency on python3-attrs. Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
c42a0fb650
commit
fd87624e03
@@ -49,6 +49,7 @@ RDEPENDS:${PN} = "\
|
||||
|
||||
RDEPENDS:${PN}-core = "python3-appdirs \
|
||||
python3-asyncio \
|
||||
python3-attrs \
|
||||
python3-automat \
|
||||
python3-constantly \
|
||||
python3-core \
|
||||
|
||||
Reference in New Issue
Block a user