File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- <package format =" 2" >
1+ <?xml version =" 1.0" ?>
2+ <?xml-model
3+ href =" http://download.ros.org/schema/package_format3.xsd"
4+ schematypens =" http://www.w3.org/2001/XMLSchema" ?>
5+ <package format =" 3" >
26 <name >genjava</name >
37 <version >0.3.4</version >
48 <description >
1721
1822 <buildtool_depend version_gte =" 0.5.78" >catkin</buildtool_depend >
1923 <depend >genmsg</depend >
20- <depend >python-catkin-pkg</depend >
21- <depend >python-rospkg</depend >
24+ <depend condition =" $ROS_PYTHON_VERSION == 2" >python-catkin-pkg</depend >
25+ <depend condition =" $ROS_PYTHON_VERSION == 2" >python-rospkg</depend >
26+ <depend condition =" $ROS_PYTHON_VERSION == 3" >python3-catkin-pkg</depend >
27+ <depend condition =" $ROS_PYTHON_VERSION == 3" >python3-rospkg</depend >
2228 <depend >rosjava_bootstrap</depend >
2329 <depend >rosjava_build_tools</depend >
2430
You can’t perform that action at this time.
0 commit comments