diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-19 16:58:30 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-20 21:18:31 -0700 |
| commit | c14ab2717bd4218efb5076e3377668bafa7f6c86 (patch) | |
| tree | bd02d2e0e91f7ef87f2c5bc32ef02f1544a4019f /meta-python/recipes-devtools/python/python3-pycurl_7.46.0.bb | |
| parent | a07b2ddc51d0538269eb156f546df39f180fb9e7 (diff) | |
| download | meta-openembedded-c14ab2717bd4218efb5076e3377668bafa7f6c86.tar.gz | |
python3-pycurl: Use pep517-backend Fixes
QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend]
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pycurl_7.46.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pycurl_7.46.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.46.0.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.46.0.bb index 8bcd65309d..fa98ad1e03 100644 --- a/meta-python/recipes-devtools/python/python3-pycurl_7.46.0.bb +++ b/meta-python/recipes-devtools/python/python3-pycurl_7.46.0.bb | |||
| @@ -16,6 +16,6 @@ SRC_URI[sha256sum] = "422ed7005b98768fe60fe6b6cb8bb6a4e1fc18b5433402e8fbdaba9181 | |||
| 16 | 16 | ||
| 17 | DEPENDS = "curl" | 17 | DEPENDS = "curl" |
| 18 | 18 | ||
| 19 | inherit pypi setuptools3 | 19 | inherit pypi python_setuptools_build_meta |
| 20 | 20 | ||
| 21 | BBCLASSEXTEND += "native nativesdk" | 21 | BBCLASSEXTEND += "native nativesdk" |
