-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.xml
33 lines (26 loc) · 1.12 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<package format="2">
<name>rqt_shell</name>
<version>1.3.1</version>
<description>rqt_shell is a Python GUI plugin providing an interactive shell.</description>
<maintainer email="[email protected]">Chris Lalancette</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/rqt_shell</url>
<url type="repository">https://github.com/ros-visualization/rqt_shell</url>
<url type="bugtracker">https://github.com/ros-visualization/rqt_shell/issues</url>
<author>Dorian Scholz</author>
<author email="[email protected]">Kunal Tyagi</author>
<exec_depend version_gte="0.2.19">python_qt_binding</exec_depend>
<exec_depend>qt_gui</exec_depend>
<exec_depend>qt_gui_py_common</exec_depend>
<exec_depend>rqt_gui</exec_depend>
<exec_depend>rqt_gui_py</exec_depend>
<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>ament_xmllint</test_depend>
<test_depend>python3-pytest</test_depend>
<export>
<qt_gui plugin="${prefix}/plugin.xml"/>
<build_type>ament_python</build_type>
</export>
</package>