Skip to content
Snippets Groups Projects
Commit 20621aa6 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

improving dependencies in the python recipes; simplifying core-image-ros after...

improving dependencies in the python recipes; simplifying core-image-ros after dependencies are improved
parent 538ab4af
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,4 @@ ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; augment_hosts_setti
IMAGE_INSTALL += "packagegroup-core-ssh-openssh git cmake \
boost boost-dev log4cxx log4cxx-dev libbz2-dev \
python-modules python-empy python-pyyaml python-nose \
python-setuptools python-rospkg python-dateutil python-vcstools python-rosinstall"
python-setuptools python-rospkg python-rosinstall"
......@@ -10,7 +10,8 @@ SRC_URI[sha256sum] = "7163106c93460c8d092c5e74749cefd3fc17295f3a06c4f041fe83a772
S = "${WORKDIR}/${SRCNAME}-${PV}"
DEPENDS += "python-vcstools"
# install_requires=['vcstools', 'pyyaml'],
DEPENDS += "python-vcstools python-pyyaml"
inherit setuptools
......@@ -10,5 +10,8 @@ SRC_URI[sha256sum] = "11cae4907609d3524655c7cdba66260821f69fd2ff2330ae93db35111c
S = "${WORKDIR}/${SRCNAME}-${PV}"
# install_requires=['pyyaml','python-dateutil']
RDEPENDS_${PN} += "python-pyyaml python-dateutil"
inherit setuptools
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment