diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-08-07 15:27:10 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:25 -0700 |
| commit | 1b5922fe4053352976ee56ade4935ba7d14960fe (patch) | |
| tree | 5f03dc738c2d29eb50959069248b43ca0aa685b7 /meta-python | |
| parent | 838143feb4cd3884f26cd7adda860b2a592d3f67 (diff) | |
| download | meta-openembedded-1b5922fe4053352976ee56ade4935ba7d14960fe.tar.gz | |
python3-pyudev: switch to PEP-517 build backend
The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend.
Fix:
WARNING: python3-pyudev-0.24.3-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend]
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb index 0911b63ed9..a44fdad3fd 100644 --- a/meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | |||
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "2e945427a21674893bb97632401db62139d91cea1ee96137cc7b07ad22198fc7" | 6 | SRC_URI[sha256sum] = "2e945427a21674893bb97632401db62139d91cea1ee96137cc7b07ad22198fc7" |
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 | 8 | inherit pypi python_setuptools_build_meta |
| 9 | 9 | ||
| 10 | do_configure:prepend() { | 10 | do_configure:prepend() { |
| 11 | sed -i "/import pyudev/d" ${S}/setup.py | 11 | sed -i "/import pyudev/d" ${S}/setup.py |
