diff options
author | Ross Burton <ross.burton@arm.com> | 2024-07-23 15:51:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-24 22:51:40 +0100 |
commit | 9e77642ec49af6a21eabfa7507a00a93349f41da (patch) | |
tree | b901452ddeeb13b07171cc23d4a07c77d1f01d37 /meta/recipes-devtools/python/python3-subunit_1.4.4.bb | |
parent | d047149ecc8d4aa48b85ce7734b562cd7f317901 (diff) | |
download | poky-9e77642ec49af6a21eabfa7507a00a93349f41da.tar.gz |
python3-subunit: use python_setuptools_build_meta build class
This package can be built using pep517 classes now.
(From OE-Core rev: 02e635a898b209ed023ad41e9a09b7807d327d0e)
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/python3-subunit_1.4.4.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-subunit_1.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-subunit_1.4.4.bb b/meta/recipes-devtools/python/python3-subunit_1.4.4.bb index 11be10bab6..269b057427 100644 --- a/meta/recipes-devtools/python/python3-subunit_1.4.4.bb +++ b/meta/recipes-devtools/python/python3-subunit_1.4.4.bb | |||
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "python-subunit" | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "1079363131aa1d3f45259237265bc2e61a77e35f20edfb6e3d1d2558a2cdea34" | 9 | SRC_URI[sha256sum] = "1079363131aa1d3f45259237265bc2e61a77e35f20edfb6e3d1d2558a2cdea34" |
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi python_setuptools_build_meta |
12 | 12 | ||
13 | RDEPENDS:${PN} = " python3-testtools python3-iso8601" | 13 | RDEPENDS:${PN} = " python3-testtools python3-iso8601" |
14 | 14 | ||