Package: ros-geometry2 / 0.6.5-3

0005-Debian-only-strip-Python-dependencies-as-we-split-th.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Sat, 8 Dec 2018 11:54:54 +0100
Subject: Debian only: strip Python dependencies as we split the packages

---
 tf2_ros/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tf2_ros/CMakeLists.txt b/tf2_ros/CMakeLists.txt
index d683620..e832dee 100644
--- a/tf2_ros/CMakeLists.txt
+++ b/tf2_ros/CMakeLists.txt
@@ -30,10 +30,8 @@ catkin_package(
   geometry_msgs
   message_filters
   roscpp
-  rosgraph
   tf2
   tf2_msgs
-  ${TF2_PY}
 )
 
 include_directories(include ${catkin_INCLUDE_DIRS})