diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-setuptools-scm_8.3.1.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_8.3.1.bb b/meta/recipes-devtools/python/python3-setuptools-scm_8.3.1.bb index 70eaf312d3..81e04ddea5 100644 --- a/meta/recipes-devtools/python/python3-setuptools-scm_8.3.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools-scm_8.3.1.bb | |||
@@ -13,14 +13,11 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | |||
13 | 13 | ||
14 | inherit pypi python_setuptools_build_meta | 14 | inherit pypi python_setuptools_build_meta |
15 | 15 | ||
16 | DEPENDS += "python3-packaging-native python3-typing-extensions-native" | 16 | DEPENDS += "python3-packaging-native" |
17 | 17 | ||
18 | RDEPENDS:${PN} = "\ | 18 | RDEPENDS:${PN} = "\ |
19 | python3-packaging \ | 19 | python3-packaging \ |
20 | python3-pip \ | ||
21 | python3-pyparsing \ | ||
22 | python3-setuptools \ | 20 | python3-setuptools \ |
23 | python3-typing-extensions \ | ||
24 | " | 21 | " |
25 | 22 | ||
26 | RDEPENDS:${PN}:append:class-target = " \ | 23 | RDEPENDS:${PN}:append:class-target = " \ |