summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-03-10 13:25:23 +0000
committerTrevor Gamblin <trevor.gamblin@windriver.com>2022-03-11 08:48:38 -0500
commitff7312f0486df1b5fd9f7eee0ae62fbc831e39d8 (patch)
tree45abea48a254d30c040cc90f6bf9f7290c4cf378 /meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb
parent935dd6efa858d551420dd41829d7e9b621664c00 (diff)
downloadmeta-openembedded-ff7312f0486df1b5fd9f7eee0ae62fbc831e39d8.tar.gz
meta-python: migrate away from setuptool3 where possible
Many recipes are currently building with setuptools3 but can use a more modern tool: typically setuptools_build_meta but ordered-set can use flit_core and pyrad can use poetry_core. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb b/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb
index efa8854411..01a5a94e1a 100644
--- a/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb
+++ b/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb
@@ -6,12 +6,9 @@ LIC_FILES_CHKSUM = "file://apache-2.0.LICENSE;md5=9429839cdc4b292ff46e88b524c6e0
6 6
7SRC_URI[sha256sum] = "9de87a427c9a449eee7913472fb9ed03b63036295547369fdbf95f76a8b924b2" 7SRC_URI[sha256sum] = "9de87a427c9a449eee7913472fb9ed03b63036295547369fdbf95f76a8b924b2"
8 8
9inherit pypi ptest setuptools3 9inherit pypi ptest setuptools_build_meta
10 10
11DEPENDS += "\ 11DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
12 ${PYTHON_PN}-setuptools-scm-native \
13 ${PYTHON_PN}-wheel-native \
14"
15 12
16RDEPENDS:${PN} += "\ 13RDEPENDS:${PN} += "\
17 ${PYTHON_PN}-booleanpy \ 14 ${PYTHON_PN}-booleanpy \