Skip to content

Commit ea90d0e

Browse files
committed
use package format 2, change dependency type
1 parent 8ece976 commit ea90d0e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<package>
1+
<package format="2">
22
<name>async_web_server_cpp</name>
33
<version>0.0.3</version>
44
<description>Asynchronous Web/WebSocket Server in C++</description>
@@ -17,11 +17,11 @@
1717
<build_depend>libssl-dev</build_depend>
1818
<build_depend>boost</build_depend>
1919

20-
<run_depend>libssl-dev</run_depend>
21-
<run_depend>boost</run_depend>
20+
<exec_depend>libssl-dev</exec_depend>
21+
<exec_depend>boost</exec_depend>
2222

2323
<test_depend>rostest</test_depend>
2424
<test_depend>rospy</test_depend>
2525
<test_depend>roslib</test_depend>
26-
<run_depend>python-websocket</run_depend>
26+
<test_depend>python-websocket</test_depend>
2727
</package>

0 commit comments

Comments
 (0)