summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-13 10:26:35 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-13 10:55:58 +0100
commit0dec450a90c7490f11df7e69cd9c6709c099285c (patch)
tree313134a60630eb9a702af9fcfe07805392fb2716 /dev-python/bandit
parentdev-python/git-python: Remove stale comment (diff)
downloadgentoo-0dec450a90c7490f11df7e69cd9c6709c099285c.tar.gz
gentoo-0dec450a90c7490f11df7e69cd9c6709c099285c.tar.bz2
gentoo-0dec450a90c7490f11df7e69cd9c6709c099285c.zip
Move dev-python/{git-python → GitPython}
Use upstream package name, especially that there is another package called 'git-python' on PyPI. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bandit')
-rw-r--r--dev-python/bandit/bandit-1.5.1-r1.ebuild2
-rw-r--r--dev-python/bandit/bandit-1.6.2.ebuild2
2 files changed, 2 insertions, 2 deletions
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}]"