diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-25 10:56:51 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-25 10:56:51 +0100 |
commit | 121f965a34f576b7b6a5ae2c0fd4ca55d4ca0f26 (patch) | |
tree | 28888f9af677f4a3d6b667a496824a5d9ea2c0b6 /dev-ros/diagnostic_msgs | |
parent | ros-meta/robot_model: Bump to 1.11.10. (diff) | |
download | gentoo-121f965a34f576b7b6a5ae2c0fd4ca55d4ca0f26.tar.gz gentoo-121f965a34f576b7b6a5ae2c0fd4ca55d4ca0f26.tar.bz2 gentoo-121f965a34f576b7b6a5ae2c0fd4ca55d4ca0f26.zip |
dev-ros/diagnostic_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/diagnostic_msgs')
-rw-r--r-- | dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.3.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/diagnostic_msgs/diagnostic_msgs-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.3.ebuild b/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.3.ebuild index 09b1c0e82eda..06ed9c34b1da 100644 --- a/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.3.ebuild +++ b/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.3.ebuild @@ -6,7 +6,7 @@ EAPI=5 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros/common_msgs" 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/std_msgs" diff --git a/dev-ros/diagnostic_msgs/diagnostic_msgs-9999.ebuild b/dev-ros/diagnostic_msgs/diagnostic_msgs-9999.ebuild index 09b1c0e82eda..06ed9c34b1da 100644 --- a/dev-ros/diagnostic_msgs/diagnostic_msgs-9999.ebuild +++ b/dev-ros/diagnostic_msgs/diagnostic_msgs-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros/common_msgs" 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/std_msgs" |