diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-08-07 14:00:53 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:22 -0700 |
| commit | 19affc7a212d4edca4faa4119fa8e5f9e0b7daf4 (patch) | |
| tree | 56641f1fb46910b5695ed4aa0fc2824077ffc3f4 /meta-python/recipes-devtools/python | |
| parent | 5605dbbe74df2af6c0dd4091e2f04eee80a28355 (diff) | |
| download | meta-openembedded-19affc7a212d4edca4faa4119fa8e5f9e0b7daf4.tar.gz | |
python3-eventlet: switch to PEP-517 build backend
The project has a proper pyproject.toml which declares the hatchling.build PEP-517 backend.
Fix:
WARNING: python3-eventlet-0.36.1-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with hatchling.build, 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/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb index f70099ab94..b521162d2e 100644 --- a/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb +++ b/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb | |||
| @@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" | |||
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "d227fe76a63d9e6a6cef53beb8ad0b2dc40a5e7737c801f4b474cfae1db07bc5" | 7 | SRC_URI[sha256sum] = "d227fe76a63d9e6a6cef53beb8ad0b2dc40a5e7737c801f4b474cfae1db07bc5" |
| 8 | 8 | ||
| 9 | inherit pypi setuptools3 | 9 | inherit pypi python_hatchling |
| 10 | |||
| 11 | DEPENDS += "python3-hatch-vcs-native" | ||
| 10 | 12 | ||
| 11 | RDEPENDS:${PN} += " \ | 13 | RDEPENDS:${PN} += " \ |
| 12 | python3-dnspython \ | 14 | python3-dnspython \ |
