summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-08 19:08:55 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-08 19:30:18 +0200
commitd82951182af054de1772ad8455d92692e496b0c5 (patch)
tree43411181070882ec7c16ec79ced4f561003515a5 /dev-ros/test_rospy/test_rospy-9999.ebuild
parentdev-ros/test_rosparam: Remove old (diff)
downloadgentoo-d82951182af054de1772ad8455d92692e496b0c5.tar.gz
gentoo-d82951182af054de1772ad8455d92692e496b0c5.tar.bz2
gentoo-d82951182af054de1772ad8455d92692e496b0c5.zip
dev-ros/test_rospy: bump eapi
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/test_rospy/test_rospy-9999.ebuild')
-rw-r--r--dev-ros/test_rospy/test_rospy-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-ros/test_rospy/test_rospy-9999.ebuild b/dev-ros/test_rospy/test_rospy-9999.ebuild
index a87a452ada24..5ef4d24bcaec 100644
--- a/dev-ros/test_rospy/test_rospy-9999.ebuild
+++ b/dev-ros/test_rospy/test_rospy-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
ROS_REPO_URI="https://github.com/ros/ros_comm"
KEYWORDS="~amd64 ~arm"
@@ -9,8 +9,6 @@ ROS_SUBDIR=test/${PN}
CATKIN_HAS_MESSAGES=yes
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/test_rosmaster"
-PYTHON_COMPAT=( python2_7 )
-
inherit ros-catkin
DESCRIPTION="Unit tests for rospy"