diff options
Diffstat (limited to 'dev-ros/rospack/rospack-2.3.1.ebuild')
-rw-r--r-- | dev-ros/rospack/rospack-2.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ros/rospack/rospack-2.3.1.ebuild b/dev-ros/rospack/rospack-2.3.1.ebuild index e1ae3b91b4a7..60535c584ae8 100644 --- a/dev-ros/rospack/rospack-2.3.1.ebuild +++ b/dev-ros/rospack/rospack-2.3.1.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" |