summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-git.inc
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2017-08-04 14:14:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-20 22:31:56 +0000
commit7aaffbede46ce352b91c7a5c5f825a6f3b5b1c2e (patch)
tree80b839beeb0155bd3680d0e77053905eb22c5854 /meta/recipes-devtools/python/python-git.inc
parent2afde7e7bd866c4d3d059229c3c2201b7096e5e6 (diff)
downloadpoky-7aaffbede46ce352b91c7a5c5f825a6f3b5b1c2e.tar.gz
python: fix RDEPENDS on several recipes, due to non-existent packages
The packaging has been altered slightly so ensure the dependencies are all still valid. (From OE-Core rev: 3328211afdef8ffb00dd4dff1143959d5412b075) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-git.inc')
-rw-r--r--meta/recipes-devtools/python/python-git.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python-git.inc b/meta/recipes-devtools/python/python-git.inc
index bef08eb74e..8d37693960 100644
--- a/meta/recipes-devtools/python/python-git.inc
+++ b/meta/recipes-devtools/python/python-git.inc
@@ -17,19 +17,14 @@ SRC_URI[sha256sum] = "ad61bc25deadb535b047684d06f3654c001d9415e1971e51c9c20f5b51
17 17
18DEPENDS = "${PYTHON_PN}-gitdb" 18DEPENDS = "${PYTHON_PN}-gitdb"
19 19
20RDEPENDS_${PN} += "${PYTHON_PN}-argparse \ 20RDEPENDS_${PN} += " \
21 ${PYTHON_PN}-datetime \ 21 ${PYTHON_PN}-datetime \
22 ${PYTHON_PN}-enum \
23 ${PYTHON_PN}-gitdb \ 22 ${PYTHON_PN}-gitdb \
24 ${PYTHON_PN}-io \ 23 ${PYTHON_PN}-io \
25 ${PYTHON_PN}-lang \
26 ${PYTHON_PN}-logging \ 24 ${PYTHON_PN}-logging \
27 ${PYTHON_PN}-math \ 25 ${PYTHON_PN}-math \
28 ${PYTHON_PN}-netclient \ 26 ${PYTHON_PN}-netclient \
29 ${PYTHON_PN}-re \
30 ${PYTHON_PN}-shell \
31 ${PYTHON_PN}-stringold \ 27 ${PYTHON_PN}-stringold \
32 ${PYTHON_PN}-subprocess \
33 ${PYTHON_PN}-unittest \ 28 ${PYTHON_PN}-unittest \
34 ${PYTHON_PN}-unixadmin \ 29 ${PYTHON_PN}-unixadmin \
35 git \ 30 git \