summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-08 19:11:00 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-08 19:30:19 +0200
commitf29d37abfa7bf934399248908e13ce0fd5c251bf (patch)
treec1d75a5560fc1ee338bba52ebf68e6022b17ca31 /dev-ros/test_rosservice/test_rosservice-9999.ebuild
parentdev-ros/test_rospy: Remove old (diff)
downloadgentoo-f29d37abfa7bf934399248908e13ce0fd5c251bf.tar.gz
gentoo-f29d37abfa7bf934399248908e13ce0fd5c251bf.tar.bz2
gentoo-f29d37abfa7bf934399248908e13ce0fd5c251bf.zip
dev-ros/test_rosservice: 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_rosservice/test_rosservice-9999.ebuild')
-rw-r--r--dev-ros/test_rosservice/test_rosservice-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-ros/test_rosservice/test_rosservice-9999.ebuild b/dev-ros/test_rosservice/test_rosservice-9999.ebuild
index e11c3e08c1d1..7a943471ee43 100644
--- a/dev-ros/test_rosservice/test_rosservice-9999.ebuild
+++ b/dev-ros/test_rosservice/test_rosservice-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"
-PYTHON_COMPAT=( python2_7 )
-
inherit ros-catkin
DESCRIPTION="Unit tests for rospy"