Message ID | 20250411004201.3826913-10-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe,meta-python,01/12] qhull: Add recipe | expand |
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index 99e0bfe115..caeb1ae6a3 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc @@ -92,6 +92,7 @@ PTESTS_FAST_META_PYTHON = "\ python3-typeguard \ python3-typing-inspection \ python3-tzdata \ + python3-uinput \ python3-ujson \ python3-u-msgpack-python \ python3-unidiff \ 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 PYPI_PACKAGE = "python-uinput" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta ptest-python-pytest DEPENDS += "udev" RDEPENDS:${PN} += " \
Add ptests Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 1 + meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)