summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb (renamed from meta/recipes-devtools/python/python3-setuptools-scm_6.0.1.bb)16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_6.0.1.bb b/meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb
index afbed17a2d..bc594d9620 100644
--- a/meta/recipes-devtools/python/python3-setuptools-scm_6.0.1.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "setuptools_scm handles managing your Python package versions in S
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" 5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
6 6
7SRC_URI[sha256sum] = "d1925a69cb07e9b29416a275b9fadb009a23c148ace905b2fb220649a6c18e92" 7SRC_URI[sha256sum] = "a49aa8081eeb3514eb9728fa5040f2eaa962d6c6f4ec9c32f6c1fba88f88a0f2"
8 8
9PYPI_PACKAGE = "setuptools_scm" 9PYPI_PACKAGE = "setuptools_scm"
10inherit pypi setuptools3 10inherit pypi setuptools3
@@ -12,15 +12,15 @@ inherit pypi setuptools3
12UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P<pver>.*)\.tar" 12UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P<pver>.*)\.tar"
13 13
14RDEPENDS:${PN} = "\ 14RDEPENDS:${PN} = "\
15 ${PYTHON_PN}-debugger \ 15 ${PYTHON_PN}-packaging \
16 ${PYTHON_PN}-json \ 16 ${PYTHON_PN}-pyparsing \
17 ${PYTHON_PN}-py \
18 ${PYTHON_PN}-setuptools \ 17 ${PYTHON_PN}-setuptools \
19 ${PYTHON_PN}-toml \ 18 ${PYTHON_PN}-tomli \
20" 19"
21RDEPENDS:${PN}:class-native = "\ 20
22 ${PYTHON_PN}-setuptools-native \ 21RDEPENDS:${PN}:append:class-target = " \
23 ${PYTHON_PN}-toml-native \ 22 ${PYTHON_PN}-debugger \
23 ${PYTHON_PN}-json \
24" 24"
25 25
26BBCLASSEXTEND = "native nativesdk" 26BBCLASSEXTEND = "native nativesdk"