diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-11 12:22:53 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-11 12:25:17 +0100 |
commit | 751339b81d7b77f06c232f6e3b0166a4e581ac0b (patch) | |
tree | 65ad3294a83ca996b8a2ed4466252d16a081edff /dev-ros/visp_hand2eye_calibration | |
parent | dev-ros/visp_hand2eye_calibration: remove old (diff) | |
download | gentoo-751339b81d7b77f06c232f6e3b0166a4e581ac0b.tar.gz gentoo-751339b81d7b77f06c232f6e3b0166a4e581ac0b.tar.bz2 gentoo-751339b81d7b77f06c232f6e3b0166a4e581ac0b.zip |
dev-ros/visp_hand2eye_calibration: Add python 3.5 support.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/visp_hand2eye_calibration')
-rw-r--r-- | dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-0.10.0.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-0.10.0.ebuild b/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-0.10.0.ebuild index 039406cf6585..87ad69e8b724 100644 --- a/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-0.10.0.ebuild +++ b/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-0.10.0.ebuild @@ -8,7 +8,7 @@ KEYWORDS="~amd64 ~arm" VER_PREFIX="kinetic-" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs" inherit ros-catkin diff --git a/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-9999.ebuild b/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-9999.ebuild index 039406cf6585..87ad69e8b724 100644 --- a/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-9999.ebuild +++ b/dev-ros/visp_hand2eye_calibration/visp_hand2eye_calibration-9999.ebuild @@ -8,7 +8,7 @@ KEYWORDS="~amd64 ~arm" VER_PREFIX="kinetic-" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs" inherit ros-catkin |