diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-10-16 13:16:04 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-10-16 13:17:14 -0700 |
commit | b28f8caccfefa7c03ec193a67fa8b11deeafa558 (patch) | |
tree | 77a114edc8b61d43397cca6866923f3b46958088 /meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb | |
parent | 9dd864f8c6d4764486666bec6650a26edd679dce (diff) | |
download | meta-openembedded-master.tar.gz |
Fixes
WARNING: python3-txaio-25.9.2-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: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb b/meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb index 3e41c05801..0d5e629b33 100644 --- a/meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "e42004a077c02eb5819ff004a4989e49db113836708430d59cb13d31bd309099" | 6 | SRC_URI[sha256sum] = "e42004a077c02eb5819ff004a4989e49db113836708430d59cb13d31bd309099" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi python_setuptools_build_meta |
9 | 9 | ||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | python3-twisted \ | 11 | python3-twisted \ |