diff options
Diffstat (limited to 'dev-ros/rospack/rospack-9999.ebuild')
-rw-r--r-- | dev-ros/rospack/rospack-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ros/rospack/rospack-9999.ebuild b/dev-ros/rospack/rospack-9999.ebuild index 44ef9df841d0..4d7f1ab66b65 100644 --- a/dev-ros/rospack/rospack-9999.ebuild +++ b/dev-ros/rospack/rospack-9999.ebuild @@ -10,7 +10,7 @@ KEYWORDS="~amd64 ~arm" inherit ros-catkin # Do it that way to avoid ros-catkin pulling in python-r1 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit python-single-r1 DESCRIPTION="Retrieves information about ROS packages available on the filesystem" |