diff options
author | alperak <alperyasinak1@gmail.com> | 2024-10-10 11:48:14 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-10 12:53:51 -0700 |
commit | dd22a1cdc78fdc45a369dcbe7d763e4d697029d0 (patch) | |
tree | 774d28571a93f8ad7efeb81d6ea44648c1796e4a /meta-python/recipes-devtools/python | |
parent | 289470f0eb2bbef8c2f3310420e39c266c8a6c86 (diff) | |
download | meta-openembedded-dd22a1cdc78fdc45a369dcbe7d763e4d697029d0.tar.gz |
python3-spidev: switch to PEP-517 build backend
Fix:
WARNING: python3-spidev-3.6-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/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-spidev_3.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-spidev_3.6.bb b/meta-python/recipes-devtools/python/python3-spidev_3.6.bb index e3fdc435ac..807ee5b783 100644 --- a/meta-python/recipes-devtools/python/python3-spidev_3.6.bb +++ b/meta-python/recipes-devtools/python/python3-spidev_3.6.bb | |||
@@ -12,4 +12,4 @@ SRCNAME = "spidev" | |||
12 | 12 | ||
13 | SRC_URI[sha256sum] = "14dbc37594a4aaef85403ab617985d3c3ef464d62bc9b769ef552db53701115b" | 13 | SRC_URI[sha256sum] = "14dbc37594a4aaef85403ab617985d3c3ef464d62bc9b769ef552db53701115b" |
14 | 14 | ||
15 | inherit pypi setuptools3 | 15 | inherit pypi python_setuptools_build_meta |