Only if 1.9.3 only contains bugfixes compared to 1.9.2 (which you need to demonstrate). Otherwise you need to cherry-pick the needed fix and add it to 1.9.2 recipe.
Alex On Fri, 29 Aug 2025 at 20:49, Rene Muniz via lists.openembedded.org <[email protected]> wrote: > > Dear, is it possible to backport the recipe python3-evdev_1.9.2.bb to > Walnascar? The reason is that python3-evdev_1.9.1.bb seems broken, by just > importing the lib we got an error: > > Python 3.13.4 (main, Jun 3 2025, 15:34:24) [GCC 14.3.0] on linux > Type "help", "copyright", "credits" or "license" for more information. > >>> import evdev > Traceback (most recent call last): > File "<python-input-0>", line 1, in <module> > import evdev > File "/usr/lib/python3.13/site-packages/evdev/__init__.py", line 8, in > <module> > from . import ( > ...<2 lines>... > ) > File "/usr/lib/python3.13/site-packages/evdev/ecodes.py", line 78, in > <module> > for k, v in g[prefix].items(): > ~^^^^^^^^ > KeyError: 'UI_FF' > > Tested python3-evdev_1.9.2.bb present in master > 46866b0022690f7408d0c5d7d3a22ba03e3af1a7 and it works great. > > Thanks in advance, best regards, > Rene > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#222652): https://lists.openembedded.org/g/openembedded-core/message/222652 Mute This Topic: https://lists.openembedded.org/mt/114966240/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
