File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
- <package >
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" >
2
6
<name >rosjava_build_tools</name >
3
7
<version >0.3.3</version >
4
8
<description >
12
16
<author >Daniel Stonier</author >
13
17
14
18
<buildtool_depend >catkin</buildtool_depend >
19
+ <buildtool_depend condition =" $ROS_PYTHON_VERSION == 2" >python-setuptools</buildtool_depend >
20
+ <buildtool_depend condition =" $ROS_PYTHON_VERSION == 3" >python3-setuptools</buildtool_depend >
15
21
16
- <build_depend >java</build_depend >
17
- <build_depend >ant</build_depend >
18
- <run_depend >java</run_depend >
19
- <run_depend >ant</run_depend >
20
- <run_depend >catkin</run_depend >
22
+ <depend >ant</depend >
23
+ <depend >java</depend >
24
+ <exec_depend >catkin</exec_depend >
21
25
</package >
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
3
- from distutils . core import setup
3
+ from setuptools import setup
4
4
from catkin_pkg .python_setup import generate_distutils_setup
5
5
6
6
d = generate_distutils_setup (
You can’t perform that action at this time.
0 commit comments