commit: b9fd1917921706384deac269bfb5b452795b7ad0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 10 09:00:19 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 10 09:00:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9fd1917
dev-python/bandit: add dev-python/rich dep Closes: https://bugs.gentoo.org/900659 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/bandit/{bandit-1.7.5.ebuild => bandit-1.7.5-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/bandit/bandit-1.7.5.ebuild b/dev-python/bandit/bandit-1.7.5-r1.ebuild similarity index 96% rename from dev-python/bandit/bandit-1.7.5.ebuild rename to dev-python/bandit/bandit-1.7.5-r1.ebuild index bcb0d9b011a0..ebc40d6fbb49 100644 --- a/dev-python/bandit/bandit-1.7.5.ebuild +++ b/dev-python/bandit/bandit-1.7.5-r1.ebuild @@ -22,6 +22,7 @@ RDEPEND=" >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] >=dev-python/GitPython-1.0.1[${PYTHON_USEDEP}] >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}] + dev-python/rich[${PYTHON_USEDEP}] >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] " BDEPEND="
