diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-15 11:23:21 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-15 11:37:54 +0200 |
commit | 52f922c3e716c031a010aee80f22eb110d467e81 (patch) | |
tree | 0520e2c6a60d2eba599d58c118d688bd4849c597 | |
parent | dev-ros/rosunit: add more python support (diff) | |
download | gentoo-52f922c3e716c031a010aee80f22eb110d467e81.tar.gz gentoo-52f922c3e716c031a010aee80f22eb110d467e81.tar.bz2 gentoo-52f922c3e716c031a010aee80f22eb110d467e81.zip |
dev-ros/roslaunch: add more python support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | dev-ros/roslaunch/roslaunch-1.13.0.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/roslaunch/roslaunch-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/roslaunch/roslaunch-1.13.0.ebuild b/dev-ros/roslaunch/roslaunch-1.13.0.ebuild index b97347670e8f..a728c34f206b 100644 --- a/dev-ros/roslaunch/roslaunch-1.13.0.ebuild +++ b/dev-ros/roslaunch/roslaunch-1.13.0.ebuild @@ -6,7 +6,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,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit ros-catkin user diff --git a/dev-ros/roslaunch/roslaunch-9999.ebuild b/dev-ros/roslaunch/roslaunch-9999.ebuild index b97347670e8f..a728c34f206b 100644 --- a/dev-ros/roslaunch/roslaunch-9999.ebuild +++ b/dev-ros/roslaunch/roslaunch-9999.ebuild @@ -6,7 +6,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,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit ros-catkin user |