summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 16:19:00 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 16:19:00 +0200
commitb0ef64f5a6dccfa0af81fb7393f4913894abf893 (patch)
treebb75d7a7c9dd4bb5418f67bf537438ca0c1f3f05 /dev-python/pbr
parentdev-python/pbr: Bump to 5.4.5 (diff)
downloadgentoo-b0ef64f5a6dccfa0af81fb7393f4913894abf893.tar.gz
gentoo-b0ef64f5a6dccfa0af81fb7393f4913894abf893.tar.bz2
gentoo-b0ef64f5a6dccfa0af81fb7393f4913894abf893.zip
dev-python/pbr: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pbr')
-rw-r--r--dev-python/pbr/pbr-5.4.5.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pbr/pbr-5.4.5.ebuild b/dev-python/pbr/pbr-5.4.5.ebuild
index df8874245401..16bbd60f00a7 100644
--- a/dev-python/pbr/pbr-5.4.5.ebuild
+++ b/dev-python/pbr/pbr-5.4.5.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
PYTHON_REQ_USE="threads(+)"
@@ -23,8 +23,7 @@ RESTRICT="!test? ( test )"
# git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038
# docutils is needed for sphinx exceptions... https://bugs.gentoo.org/show_bug.cgi?id=603848
# stestr is run as external tool
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
test? (
$(python_gen_cond_dep '
>=dev-python/wheel-0.32.0[${PYTHON_USEDEP}]