summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-progress_1.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-progress_1.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-progress_1.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-progress_1.6.bb b/meta-python/recipes-devtools/python/python3-progress_1.6.bb
index 1333da98da..59d1f90e98 100644
--- a/meta-python/recipes-devtools/python/python3-progress_1.6.bb
+++ b/meta-python/recipes-devtools/python/python3-progress_1.6.bb
@@ -8,8 +8,8 @@ SRC_URI[sha256sum] = "c9c86e98b5c03fa1fe11e3b67c1feda4788b8d0fe7336c2ff7d5644ccf
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10RDEPENDS:${PN}:class-target += " \ 10RDEPENDS:${PN}:class-target += " \
11 ${PYTHON_PN}-datetime \ 11 python3-datetime \
12 ${PYTHON_PN}-math \ 12 python3-math \
13" 13"
14 14
15BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"