File: 0005-Debian-only-strip-Python-dependencies-as-we-split-th.patch

package info (click to toggle)
ros-geometry2 0.7.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,604 kB
  • sloc: cpp: 10,685; python: 1,072; xml: 271; sh: 21; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 564 bytes parent folder | download | duplicates (4)
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 da01133..6e2afb5 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})