dev-ros/sensor_msgs: add python 3.5 support
authorAlexis Ballier <aballier@gentoo.org>
Thu, 25 Feb 2016 09:58:29 +0000 (10:58 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Thu, 25 Feb 2016 09:58:29 +0000 (10:58 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ros/sensor_msgs/sensor_msgs-1.12.3.ebuild
dev-ros/sensor_msgs/sensor_msgs-9999.ebuild

index 44fa4972c3fc49d7bb29079a02e181eb7d7e6b31..105832b280f5dd995537c4e9c7ec2b2a2134a8a7 100644 (file)
@@ -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 dev-ros/geometry_msgs"
 
@@ -21,3 +21,5 @@ RDEPEND=""
 DEPEND="${RDEPEND}
        test? ( dev-cpp/gtest )
 "
+RDEPEND="${RDEPEND}
+       dev-libs/boost"
index 8949babd495d378b78279e2a21356a8efaa57f15..105832b280f5dd995537c4e9c7ec2b2a2134a8a7 100644 (file)
@@ -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 dev-ros/geometry_msgs"