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

This commit is contained in:
Lukas Bulwahn 2013-01-03 14:01:06 +01:00
parent 538ab4af33
commit 20621aa6db
3 changed files with 6 additions and 2 deletions

View File

@ -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"

View File

@ -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

View File

@ -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