diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-10 14:24:29 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-10 18:39:31 -0700 |
| commit | 3560dbdc909ab38fa8f75a717e89b715915e2165 (patch) | |
| tree | be3c52cb0fcf8a5a8d06f02aaeab9bb147884057 /meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb | |
| parent | b1021f5468b73367de358e61df6a7a714f9fd8b1 (diff) | |
| download | meta-openembedded-3560dbdc909ab38fa8f75a717e89b715915e2165.tar.gz | |
python3-uinput: Switch to PEP-517 build backend
Add ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb b/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb index 7c1eb85264..164a6e902a 100644 --- a/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb | |||
| @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "853697344b64df5537d4ae32ba6fbcf0515d51a9010910f5d501995903 | |||
| 8 | 8 | ||
| 9 | PYPI_PACKAGE = "python-uinput" | 9 | PYPI_PACKAGE = "python-uinput" |
| 10 | 10 | ||
| 11 | inherit pypi setuptools3 | 11 | inherit pypi python_setuptools_build_meta ptest-python-pytest |
| 12 | 12 | ||
| 13 | DEPENDS += "udev" | 13 | DEPENDS += "udev" |
| 14 | RDEPENDS:${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
