catkin: adding python-misc as runtime dependency
The catkin scripts require the ast python module, which is shipped with python-misc.
This commit is contained in:
parent
8b8ad00fe4
commit
da4e9d5fb5
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc
|
|||
|
||||
DEPENDS = "cmake python-empy python-catkin-pkg"
|
||||
RDEPENDS_${PN} = "cmake packagegroup-core-buildessential \
|
||||
python-catkin-pkg python-argparse python-multiprocessing \
|
||||
python-catkin-pkg python-argparse python-misc python-multiprocessing \
|
||||
python-shell python-subprocess python-xml"
|
||||
|
||||
SRC_URI = "git://github.com/ros/${BPN}.git \
|
||||
|
|
Loading…
Reference in New Issue