summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-12-21 15:58:30 +0100
committerAlexis Ballier <aballier@gentoo.org>2018-12-21 16:51:26 +0100
commite992cf3502871f7a03cf291f7a4b4be02d970327 (patch)
tree7df9bb12428620c47322d552abc4d644c282b707 /dev-util/rosdep/rosdep-9999.ebuild
parentdev-libs/urdfdom_headers: bump to 1.0.2 (diff)
downloadgentoo-e992cf3502871f7a03cf291f7a4b4be02d970327.tar.gz
gentoo-e992cf3502871f7a03cf291f7a4b4be02d970327.tar.bz2
gentoo-e992cf3502871f7a03cf291f7a4b4be02d970327.zip
dev-util/rosdep: bump to 0.13.0; update EAPI
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-util/rosdep/rosdep-9999.ebuild')
-rw-r--r--dev-util/rosdep/rosdep-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild
index 842ec4941e9e..d406809d630f 100644
--- a/dev-util/rosdep/rosdep-9999.ebuild
+++ b/dev-util/rosdep/rosdep-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
SCM=""
@@ -33,7 +33,8 @@ RDEPEND="
dev-python/rospkg[${PYTHON_USEDEP}]
dev-python/rosdistro[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-python/nose[${PYTHON_USEDEP}]
test? (
dev-python/coverage[${PYTHON_USEDEP}]