dev-ros/rosparam: Add python 3.6 pypy/3 support

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Alexis Ballier
2017-02-27 16:52:53 +01:00
parent e841e9eb09
commit e153bdd9d0
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros/ros_comm"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=tools/${PN}
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
inherit ros-catkin

View File

@@ -7,7 +7,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros/ros_comm"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=tools/${PN}
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
inherit ros-catkin