diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-08-09 19:30:55 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-10 15:57:56 -0700 |
| commit | 926a98e4851f515578b1ae75511f46fa9519e8e1 (patch) | |
| tree | c27bf01aa9ed498a309208545d8c8343dff6b727 | |
| parent | a796f4bb014a10557ae2f6c36ea07055b84935f9 (diff) | |
| download | meta-openembedded-926a98e4851f515578b1ae75511f46fa9519e8e1.tar.gz | |
python3-pyroute: 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-pyroute2-0.7.12-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>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb index 3ea980f440..cf9885df71 100644 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=dccbff78d7d79ae7e53953d43445c6e6 \ | |||
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "54d226fc3ff2732f49bac9b26853c50c9d05be05a4d9daf09c7cf6d77301eff3" | 7 | SRC_URI[sha256sum] = "54d226fc3ff2732f49bac9b26853c50c9d05be05a4d9daf09c7cf6d77301eff3" |
| 8 | 8 | ||
| 9 | inherit setuptools3 pypi ptest | 9 | inherit python_setuptools_build_meta pypi ptest |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
| 12 | python3-ctypes \ | 12 | python3-ctypes \ |
