diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 19:18:17 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 19:18:17 +0100 |
commit | cc2e079ea07295e8484041b208c1b32b69a83144 (patch) | |
tree | 6a9fb587a2e4771d5875165b1b76417b21db5494 /dev-ros/tf2_msgs | |
parent | dev-ros/geometry_msgs: add python 3.5 support (diff) | |
download | gentoo-cc2e079ea07295e8484041b208c1b32b69a83144.tar.gz gentoo-cc2e079ea07295e8484041b208c1b32b69a83144.tar.bz2 gentoo-cc2e079ea07295e8484041b208c1b32b69a83144.zip |
dev-ros/tf2_msgs: add python 3.5 support
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/tf2_msgs')
-rw-r--r-- | dev-ros/tf2_msgs/tf2_msgs-0.5.12.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/tf2_msgs/tf2_msgs-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/tf2_msgs/tf2_msgs-0.5.12.ebuild b/dev-ros/tf2_msgs/tf2_msgs-0.5.12.ebuild index b27e93ac6517..2d7b8e6b98c9 100644 --- a/dev-ros/tf2_msgs/tf2_msgs-0.5.12.ebuild +++ b/dev-ros/tf2_msgs/tf2_msgs-0.5.12.ebuild @@ -6,7 +6,7 @@ EAPI=5 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros/geometry_experimental" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs" diff --git a/dev-ros/tf2_msgs/tf2_msgs-9999.ebuild b/dev-ros/tf2_msgs/tf2_msgs-9999.ebuild index b27e93ac6517..2d7b8e6b98c9 100644 --- a/dev-ros/tf2_msgs/tf2_msgs-9999.ebuild +++ b/dev-ros/tf2_msgs/tf2_msgs-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros/geometry_experimental" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs" |