diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-07-23 15:51:22 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-24 22:51:40 +0100 |
| commit | eb6f55cae6029d1f55103a0c6f3bf2360d9d9963 (patch) | |
| tree | 0b46a64be08e7914912821c055d28668b76fd8ee /meta/recipes-devtools/python | |
| parent | 14d584b9975e9a6509e819ee34660b35ad25842c (diff) | |
| download | poky-eb6f55cae6029d1f55103a0c6f3bf2360d9d9963.tar.gz | |
python3-pyasn1: use python_setuptools_build_meta build class
This package can be built using pep517 classes now.
(From OE-Core rev: b12da0cbaf8d738a8c12cd939f705e65b2e5d41a)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb b/meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb index c321f4e58e..7237557f44 100644 --- a/meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb +++ b/meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=190f79253908c986e6cacf380c3a5f6d" | |||
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "3a35ab2c4b5ef98e17dfdec8ab074046fbda76e281c5a706ccd82328cfc8f64c" | 6 | SRC_URI[sha256sum] = "3a35ab2c4b5ef98e17dfdec8ab074046fbda76e281c5a706ccd82328cfc8f64c" |
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 pytest | 8 | inherit pypi python_setuptools_build_meta ptest |
| 9 | 9 | ||
| 10 | RDEPENDS:${PN}:class-target += " \ | 10 | RDEPENDS:${PN}:class-target += " \ |
| 11 | python3-codecs \ | 11 | python3-codecs \ |
