diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-15 08:52:24 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-18 22:17:20 -0800 |
| commit | b4efcecc63c86f3e7fa9d5c6205f1bd07d951fed (patch) | |
| tree | 1462ae6308a3a84bdac19c6c17b5c352604b2c97 /meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb | |
| parent | 6de5e84625c9c46436ba8b9b44842e7b172969eb (diff) | |
| download | meta-openembedded-b4efcecc63c86f3e7fa9d5c6205f1bd07d951fed.tar.gz | |
python3-uinput: remove as unmaintained
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb b/meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb deleted file mode 100644 index ef466539bd..0000000000 --- a/meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | SUMMARY = "Python interface to Linux uinput kernel module." | ||
| 2 | HOMEPAGE = "https://pypi.org/project/python-uinput/" | ||
| 3 | LICENSE = "GPL-3.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | ||
| 5 | |||
| 6 | SRC_URI += "file://0001-setup-use-setuptools-instead-of-distutils.patch \ | ||
| 7 | file://0001-Deal-with-64bit-time_t-default-on-32bit-architecture.patch \ | ||
| 8 | " | ||
| 9 | SRC_URI[sha256sum] = "99392b676c77b5795b86b7d75274db33fe754fd1e06fb3d58b167c797dc47f0c" | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "python-uinput" | ||
| 12 | |||
| 13 | inherit pypi setuptools3 | ||
| 14 | |||
| 15 | DEPENDS += "udev" | ||
| 16 | RDEPENDS:${PN} += " \ | ||
| 17 | python3-ctypes \ | ||
| 18 | python3-distutils \ | ||
| 19 | " | ||
| 20 | RRECOMMENDS:${PN} += "kernel-module-uinput" | ||
