diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-26 19:29:02 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-26 19:29:30 +0200 |
commit | 8e5ecfb05b32c9f110b389a1f9bc1b00e41b379a (patch) | |
tree | eab365fead22e95b433a1d80b13745c9d6efb93e /dev-ros/rosdiagnostic | |
parent | ros-meta/diagnostics: add dep on rosdiagnostic (diff) | |
download | gentoo-8e5ecfb05b32c9f110b389a1f9bc1b00e41b379a.tar.gz gentoo-8e5ecfb05b32c9f110b389a1f9bc1b00e41b379a.tar.bz2 gentoo-8e5ecfb05b32c9f110b389a1f9bc1b00e41b379a.zip |
dev-ros/rosdiagnostic: add more python compat
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros/rosdiagnostic')
-rw-r--r-- | dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild b/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild index c186f88cf03c..e68fe9061c60 100644 --- a/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild +++ b/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/diagnostics" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit ros-catkin diff --git a/dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild b/dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild index c186f88cf03c..e68fe9061c60 100644 --- a/dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild +++ b/dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/diagnostics" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit ros-catkin |