summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-packaging_21.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging_21.0.bb b/meta/recipes-devtools/python/python3-packaging_21.0.bb
index 201b583de2..aef3ccae9a 100644
--- a/meta/recipes-devtools/python/python3-packaging_21.0.bb
+++ b/meta/recipes-devtools/python/python3-packaging_21.0.bb
@@ -9,5 +9,5 @@ inherit pypi setuptools3
9 9
10BBCLASSEXTEND = "native" 10BBCLASSEXTEND = "native"
11 11
12DEPENDS += "${PYTHON_PN}-setuptools-scm-native" 12DEPENDS += "${PYTHON_PN}-setuptools-native"
13RDEPENDS:${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing" 13RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing"