diff options
author | Ross Burton <ross.burton@arm.com> | 2024-07-23 15:51:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-24 22:51:40 +0100 |
commit | d047149ecc8d4aa48b85ce7734b562cd7f317901 (patch) | |
tree | c309c084c5c26782b2ce4be02ede5c47902ed959 /meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb | |
parent | 1d5520a9b0a8575f739d6265a10b1bb967104c16 (diff) | |
download | poky-d047149ecc8d4aa48b85ce7734b562cd7f317901.tar.gz |
python3-spdx-tools: use python_setuptools_build_meta build class
This package can be built using pep517 classes now.
(From OE-Core rev: 1deca862432ddca0d10a712f7bf159816d0ae130)
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-spdx-tools_0.8.2.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb b/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb index 53263ca032..6573ae9eee 100644 --- a/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb +++ b/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb | |||
@@ -8,7 +8,9 @@ SRC_URI[sha256sum] = "aea4ac9c2c375e7f439b1cef5ff32ef34914c083de0f61e08ed67cd3d9 | |||
8 | 8 | ||
9 | BBCLASSEXTEND = "native nativesdk" | 9 | BBCLASSEXTEND = "native nativesdk" |
10 | 10 | ||
11 | inherit setuptools3 pypi | 11 | inherit pypi python_setuptools_build_meta |
12 | |||
13 | DEPENDS += "python3-setuptools-scm-native" | ||
12 | 14 | ||
13 | # Dependency required for pyspdxtools : python3-click | 15 | # Dependency required for pyspdxtools : python3-click |
14 | # Dependencies required for conversion to spdx3 : python3-semantic-version, python3-ply | 16 | # Dependencies required for conversion to spdx3 : python3-semantic-version, python3-ply |