diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:10:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:58:22 +0100 |
commit | 543503fdd0c77e3a416d1fcd9ece6e1b0c835608 (patch) | |
tree | d74e2f2dfd3ea0562ab791352f03f91078cd2c74 /dev-ros/visp_camera_calibration/visp_camera_calibration-0.8.0.ebuild | |
parent | sys-cluster/gasnet: added ~arm tested by me (diff) | |
download | gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.gz gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.bz2 gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.zip |
global: Drop dead implementations from PYTHON_COMPAT
Diffstat (limited to 'dev-ros/visp_camera_calibration/visp_camera_calibration-0.8.0.ebuild')
-rw-r--r-- | dev-ros/visp_camera_calibration/visp_camera_calibration-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ros/visp_camera_calibration/visp_camera_calibration-0.8.0.ebuild b/dev-ros/visp_camera_calibration/visp_camera_calibration-0.8.0.ebuild index f18c05f6b65a..f71ea673dafa 100644 --- a/dev-ros/visp_camera_calibration/visp_camera_calibration-0.8.0.ebuild +++ b/dev-ros/visp_camera_calibration/visp_camera_calibration-0.8.0.ebuild @@ -8,7 +8,7 @@ KEYWORDS="~amd64 ~arm" VER_PREFIX="jade-" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/sensor_msgs dev-ros/std_msgs" inherit ros-catkin |