catkin: improving runtime dependency

This commit is contained in:
Lukas Bulwahn 2013-04-10 07:16:09 +02:00
parent d956674641
commit 831cf25854
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "cmake python-empy python-catkin-pkg"
RDEPENDS_${PN} = "python-catkin-pkg"
RDEPENDS_${PN} = "python-catkin-pkg python-argparse"
SRC_URI = "git://github.com/ros/${BPN}.git \
file://0001-CATKIN_WORKSPACES-Don-t-require-.catkin-file.patch \