From 2f43b5320146dad8566ff50bae46edcb3762156b Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Thu, 8 Aug 2019 17:25:13 -0700 Subject: [PATCH] use condition attributes to specify Python 2 and 3 dependencies --- package.xml | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/package.xml b/package.xml index 3883a91..806ee05 100644 --- a/package.xml +++ b/package.xml @@ -1,4 +1,8 @@ - + + + rospack 2.5.3 ROS Package Tool @@ -13,22 +17,23 @@ Morgan Quigley Dirk Thomas + boost + pkg-config + python + python3 + tinyxml2 + catkin - boost cmake_modules gtest - pkg-config - python - tinyxml2 - boost - pkg-config - python - python-catkin-pkg - python-rosdep - ros_environment - tinyxml2 + python-catkin-pkg + python3-catkin-pkg + python-rosdep + python3-rosdep + ros_environment - python-coverage + python-coverage + python3-coverage