roslaunch: allow use with python2 & python3

This commit is contained in:
Lukas Bulwahn 2017-12-18 08:15:30 +01:00
parent a002ad4f84
commit c4314a1c13
1 changed files with 3 additions and 3 deletions

View File

@ -20,10 +20,10 @@ RDEPENDS_${PN} = "\
${PYTHON_PN}-logging \
${PYTHON_PN}-threading \
${PYTHON_PN}-rospkg \
rosgraph \
${PYTHON_PN}-pyyaml \
python-defusedxml \
python-paramiko \
${PYTHON_PN}-defusedxml \
${PYTHON_PN}-paramiko \
rosgraph \
roslib \
rosclean \
rosmaster \