We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ece976 + ea90d0e commit 86fcf1fCopy full SHA for 86fcf1f
1 file changed
package.xml
@@ -1,4 +1,4 @@
1
-<package>
+<package format="2">
2
<name>async_web_server_cpp</name>
3
<version>0.0.3</version>
4
<description>Asynchronous Web/WebSocket Server in C++</description>
@@ -17,11 +17,11 @@
17
<build_depend>libssl-dev</build_depend>
18
<build_depend>boost</build_depend>
19
20
- <run_depend>libssl-dev</run_depend>
21
- <run_depend>boost</run_depend>
+ <exec_depend>libssl-dev</exec_depend>
+ <exec_depend>boost</exec_depend>
22
23
<test_depend>rostest</test_depend>
24
<test_depend>rospy</test_depend>
25
<test_depend>roslib</test_depend>
26
- <run_depend>python-websocket</run_depend>
+ <test_depend>python-websocket</test_depend>
27
</package>
0 commit comments