Skip to content

Commit f712778

Browse files
committed
fixed dependencies setup
1 parent 03d5738 commit f712778

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ project(catmux)
2828
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
2929
## is used, also find other catkin packages
3030
find_package(catkin REQUIRED COMPONENTS
31-
rospy
3231
)
3332

3433
## System dependencies are found with CMake's conventions
@@ -120,8 +119,6 @@ catkin_python_setup()
120119
## CATKIN_DEPENDS: catkin_packages dependent projects also need
121120
## DEPENDS: system dependencies of this project that dependent projects also need
122121
catkin_package(
123-
CATKIN_DEPENDS
124-
rospy
125122
)
126123

127124
###########

package.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@
4545
<!-- Use doc_depend for packages you need only for building documentation: -->
4646
<!-- <doc_depend>doxygen</doc_depend> -->
4747
<buildtool_depend>catkin</buildtool_depend>
48-
<build_depend>rospy</build_depend>
49-
<exec_depend>catkin_pkg</exec_depend>
5048
<exec_depend>python-argparse</exec_depend>
49+
<exec_depend>python-catkin-pkg</exec_depend>
5150
<exec_depend>python-yaml</exec_depend>
5251
<exec_depend>rospy</exec_depend>
5352
<exec_depend>tmux</exec_depend>

0 commit comments

Comments
 (0)