summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-git_3.1.41.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-git_3.1.41.bb')
-rw-r--r--meta/recipes-devtools/python/python3-git_3.1.41.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-devtools/python/python3-git_3.1.41.bb b/meta/recipes-devtools/python/python3-git_3.1.41.bb
index de199ef18b..dd0440fe59 100644
--- a/meta/recipes-devtools/python/python3-git_3.1.41.bb
+++ b/meta/recipes-devtools/python/python3-git_3.1.41.bb
@@ -14,18 +14,18 @@ inherit pypi python_setuptools_build_meta
14 14
15SRC_URI[sha256sum] = "ed66e624884f76df22c8e16066d567aaa5a37d5b5fa19db2c6df6f7156db9048" 15SRC_URI[sha256sum] = "ed66e624884f76df22c8e16066d567aaa5a37d5b5fa19db2c6df6f7156db9048"
16 16
17DEPENDS += " ${PYTHON_PN}-gitdb" 17DEPENDS += " python3-gitdb"
18 18
19RDEPENDS:${PN} += " \ 19RDEPENDS:${PN} += " \
20 ${PYTHON_PN}-datetime \ 20 python3-datetime \
21 ${PYTHON_PN}-gitdb \ 21 python3-gitdb \
22 ${PYTHON_PN}-io \ 22 python3-io \
23 ${PYTHON_PN}-logging \ 23 python3-logging \
24 ${PYTHON_PN}-math \ 24 python3-math \
25 ${PYTHON_PN}-netclient \ 25 python3-netclient \
26 ${PYTHON_PN}-stringold \ 26 python3-stringold \
27 ${PYTHON_PN}-unittest \ 27 python3-unittest \
28 ${PYTHON_PN}-unixadmin \ 28 python3-unixadmin \
29 git \ 29 git \
30" 30"
31 31