summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-uinput: remove as unmaintainedAlexander Kanavin2023-12-181-20/+0
| | | | | | | | | Both homepage and downloads are gone, last release in 2016, still relies on distutils which is no longer available in python core as of 3.12. https://pypi.org/project/python-uinput/ Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uinput: Fix build on 32bit arches using 64bit times_tKhem Raj2022-05-291-1/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bartosz Golaszewski <brgl@bgdev.pl>
* python3-uinput: new packageBartosz Golaszewski2022-05-261-0/+18
Add a recipe for python3-uinput: a python module for controlling the virtual input devices on linux. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>