commit: c419624977fbd0b5972667fcb56f4aeedb8c9c97 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Oct 16 01:38:20 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 02:04:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4196249
dev-python/bandit: set DISTUTILS_USE_SETUPTOOLS=rdepend Closes: https://bugs.gentoo.org/748015 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-python/bandit/bandit-1.6.2.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-python/bandit/bandit-1.6.2.ebuild b/dev-python/bandit/bandit-1.6.2.ebuild index f4cbf20f2c3..e3b22ec991b 100644 --- a/dev-python/bandit/bandit-1.6.2.ebuild +++ b/dev-python/bandit/bandit-1.6.2.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -17,10 +17,8 @@ KEYWORDS="~amd64 ~arm64 ~s390 ~x86" IUSE="test" RESTRICT="!test? ( test )" -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND} + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] test? ( >=dev-python/coverage-4.0[${PYTHON_USEDEP}] !~dev-python/coverage-4.4[${PYTHON_USEDEP}] @@ -35,7 +33,7 @@ DEPEND=" >=dev-python/pylint-1.4.5[${PYTHON_USEDEP}] )" RDEPEND=" - ${CDEPEND} + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] >=dev-python/GitPython-1.0.1[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.13.0[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}]