summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2024-12-04 21:20:35 +0100
committerKhem Raj <raj.khem@gmail.com>2024-12-04 15:27:28 -0800
commit907a061e9b1d67fb5227494f051f3af6ebe05966 (patch)
tree9a7407909007e71b57a803b96a7d0744d902cf0c /meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb
parentbd4dc61b72f38185e5d81bab9ae67c2275cb7795 (diff)
downloadmeta-openembedded-907a061e9b1d67fb5227494f051f3af6ebe05966.tar.gz
python3-gpiod: use python_setuptools_build_meta
Using the setuptools3-base class somehow works for invoking the setuptools build backend but we should actully be using python_setuptools_build_meta. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb
index 2df87c0e7f..0c7e8ef932 100644
--- a/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb
@@ -9,7 +9,7 @@ SRC_URI += "file://run-ptest"
9 9
10SRC_URI[sha256sum] = "aa4571f64e1070d38e4c14c491f69637ee73e23c801d3a418dde4d5410e5d53f" 10SRC_URI[sha256sum] = "aa4571f64e1070d38e4c14c491f69637ee73e23c801d3a418dde4d5410e5d53f"
11 11
12inherit setuptools3-base python_pep517 ptest pypi 12inherit python_setuptools_build_meta python_pep517 ptest pypi
13 13
14DEPENDS += " \ 14DEPENDS += " \
15 libgpiod \ 15 libgpiod \