dev-ros/urdf: set proper PYTHON_COMPAT

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2016-02-23 16:30:17 +01:00
parent d503332f3d
commit 7345adeecd
2 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros/robot_model"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
PYTHON_COMPAT=( python2_7 )
inherit ros-catkin
@@ -26,4 +27,4 @@ RDEPEND="
"
DEPEND="${RDEPEND}
dev-ros/cmake_modules
test? ( dev-ros/rostest dev-cpp/gtest )"
test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-cpp/gtest )"

View File

@@ -6,6 +6,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros/robot_model"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
PYTHON_COMPAT=( python2_7 )
inherit ros-catkin
@@ -26,4 +27,4 @@ RDEPEND="
"
DEPEND="${RDEPEND}
dev-ros/cmake_modules
test? ( dev-ros/rostest dev-cpp/gtest )"
test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-cpp/gtest )"