From 0dec450a90c7490f11df7e69cd9c6709c099285c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 13 Mar 2020 10:26:35 +0100 Subject: Move dev-python/{git-python → GitPython} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use upstream package name, especially that there is another package called 'git-python' on PyPI. Signed-off-by: Michał Górny --- dev-python/bandit/bandit-1.5.1-r1.ebuild | 2 +- dev-python/bandit/bandit-1.6.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/bandit') diff --git a/dev-python/bandit/bandit-1.5.1-r1.ebuild b/dev-python/bandit/bandit-1.5.1-r1.ebuild index 99300f639b21..998ae418d415 100644 --- a/dev-python/bandit/bandit-1.5.1-r1.ebuild +++ b/dev-python/bandit/bandit-1.5.1-r1.ebuild @@ -36,7 +36,7 @@ DEPEND=" )" RDEPEND=" ${CDEPEND} - >=dev-python/git-python-1.0.1[${PYTHON_USEDEP}] + >=dev-python/GitPython-1.0.1[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}] >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]" diff --git a/dev-python/bandit/bandit-1.6.2.ebuild b/dev-python/bandit/bandit-1.6.2.ebuild index 3f077f18a76b..f4cbf20f2c3f 100644 --- a/dev-python/bandit/bandit-1.6.2.ebuild +++ b/dev-python/bandit/bandit-1.6.2.ebuild @@ -36,7 +36,7 @@ DEPEND=" )" RDEPEND=" ${CDEPEND} - >=dev-python/git-python-1.0.1[${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}] >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]" -- cgit v1.2.3-65-gdbad