improving dependencies in the python recipes; simplifying core-image-ros after dependencies are improved
This commit is contained in:
parent
538ab4af33
commit
20621aa6db
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue