diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-15 11:19:42 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-15 11:37:54 +0200 |
commit | f974c8fae12e0044ced69299ddc074fb97c61e59 (patch) | |
tree | 67671cdec131c13dcd6e6a30209c9d1956dca626 /dev-ros/rosunit | |
parent | c460bb9e86eacbc792cf25fd69998a2f5e09f802 (diff) | |
download | gentoo-f974c8fae12e0044ced69299ddc074fb97c61e59.tar.gz gentoo-f974c8fae12e0044ced69299ddc074fb97c61e59.tar.xz |
dev-ros/rosunit: add more python support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ros/rosunit')
-rw-r--r-- | dev-ros/rosunit/rosunit-1.14.0.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/rosunit/rosunit-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/rosunit/rosunit-1.14.0.ebuild b/dev-ros/rosunit/rosunit-1.14.0.ebuild index 8f625b62c37..543bde8b312 100644 --- a/dev-ros/rosunit/rosunit-1.14.0.ebuild +++ b/dev-ros/rosunit/rosunit-1.14.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/ros" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=tools/${PN} inherit ros-catkin diff --git a/dev-ros/rosunit/rosunit-9999.ebuild b/dev-ros/rosunit/rosunit-9999.ebuild index 8f625b62c37..543bde8b312 100644 --- a/dev-ros/rosunit/rosunit-9999.ebuild +++ b/dev-ros/rosunit/rosunit-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/ros" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=tools/${PN} inherit ros-catkin |