diff options
Diffstat (limited to 'poky/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb')
-rw-r--r-- | poky/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/poky/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb b/poky/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb index ea65b476fc..d8b9f8f262 100644 --- a/poky/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb +++ b/poky/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb @@ -14,14 +14,13 @@ inherit pypi python_setuptools_build_meta UPSTREAM_CHECK_REGEX = "scm-(?P<pver>.*)\.tar" -DEPENDS += "python3-tomli-native python3-packaging-native python3-typing-extensions-native" +DEPENDS += "python3-packaging-native python3-typing-extensions-native" RDEPENDS:${PN} = "\ python3-packaging \ python3-pip \ python3-pyparsing \ python3-setuptools \ - python3-tomli \ python3-typing-extensions \ " |