From 4a71d3a251c25310e226ebbb3630c0c7dd98b00a Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Tue, 13 Aug 2019 15:14:42 -0700 Subject: [PATCH] use condition attributes to specify Python 2 and 3 dependencies (#226) --- core/roslib/package.xml | 21 ++++++++++++++------- tools/rosclean/package.xml | 13 ++++++++++--- tools/roscreate/package.xml | 15 +++++++++++---- tools/rosmake/package.xml | 15 +++++++++++---- tools/rosunit/package.xml | 13 +++++++++---- 5 files changed, 55 insertions(+), 22 deletions(-) diff --git a/core/roslib/package.xml b/core/roslib/package.xml index 46f7861a..bdc45a18 100644 --- a/core/roslib/package.xml +++ b/core/roslib/package.xml @@ -1,4 +1,8 @@ - + + + roslib 1.14.6 @@ -8,20 +12,23 @@ Dirk Thomas BSD - http://ros.org/wiki/roslib + http://wiki.ros.org/roslib + https://github.com/ros/ros/issues + https://github.com/ros/ros Ken Conley Morgan Quigley Josh Faust + rospack + catkin boost - rospack - catkin - python-rospkg - ros_environment - rospack + catkin + python-rospkg + python3-rospkg + ros_environment rosmake diff --git a/tools/rosclean/package.xml b/tools/rosclean/package.xml index b2d1a4a5..81325c8f 100644 --- a/tools/rosclean/package.xml +++ b/tools/rosclean/package.xml @@ -1,4 +1,8 @@ - + + + rosclean 1.14.6 @@ -7,10 +11,13 @@ Dirk Thomas BSD - http://ros.org/wiki/rosclean + http://wiki.ros.org/rosclean + https://github.com/ros/ros/issues + https://github.com/ros/ros Ken Conley catkin - python-rospkg + python-rospkg + python3-rospkg diff --git a/tools/roscreate/package.xml b/tools/roscreate/package.xml index b15f3487..a8e4f43f 100644 --- a/tools/roscreate/package.xml +++ b/tools/roscreate/package.xml @@ -1,4 +1,8 @@ - + + + roscreate 1.14.6 @@ -9,12 +13,15 @@ Dirk Thomas BSD - http://ros.org/wiki/roscreate + http://wiki.ros.org/roscreate + https://github.com/ros/ros/issues + https://github.com/ros/ros Ken Conley catkin - python-rospkg - roslib + python-rospkg + python3-rospkg + roslib diff --git a/tools/rosmake/package.xml b/tools/rosmake/package.xml index ce9a7796..41b9ae70 100644 --- a/tools/rosmake/package.xml +++ b/tools/rosmake/package.xml @@ -1,4 +1,8 @@ - + + + rosmake 1.14.6 @@ -8,13 +12,16 @@ Dirk Thomas BSD - http://ros.org/wiki/rosmake + http://wiki.ros.org/rosmake + https://github.com/ros/ros/issues + https://github.com/ros/ros Tully Foote catkin - catkin - python-rospkg + catkin + python-rospkg + python3-rospkg diff --git a/tools/rosunit/package.xml b/tools/rosunit/package.xml index 8d657940..f974144f 100644 --- a/tools/rosunit/package.xml +++ b/tools/rosunit/package.xml @@ -1,4 +1,8 @@ - + + + rosunit 1.14.6 @@ -7,15 +11,16 @@ Dirk Thomas BSD - http://ros.org/wiki/rosunit + http://wiki.ros.org/rosunit https://github.com/ros/ros/issues https://github.com/ros/ros Ken Conley catkin - python-rospkg - roslib + python-rospkg + python3-rospkg + roslib