diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-12-04 21:20:35 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-04 15:27:28 -0800 |
| commit | 907a061e9b1d67fb5227494f051f3af6ebe05966 (patch) | |
| tree | 9a7407909007e71b57a803b96a7d0744d902cf0c /meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb | |
| parent | bd4dc61b72f38185e5d81bab9ae67c2275cb7795 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 10 | SRC_URI[sha256sum] = "aa4571f64e1070d38e4c14c491f69637ee73e23c801d3a418dde4d5410e5d53f" | 10 | SRC_URI[sha256sum] = "aa4571f64e1070d38e4c14c491f69637ee73e23c801d3a418dde4d5410e5d53f" |
| 11 | 11 | ||
| 12 | inherit setuptools3-base python_pep517 ptest pypi | 12 | inherit python_setuptools_build_meta python_pep517 ptest pypi |
| 13 | 13 | ||
| 14 | DEPENDS += " \ | 14 | DEPENDS += " \ |
| 15 | libgpiod \ | 15 | libgpiod \ |
