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 /sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
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 'sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild')
-rw-r--r--sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
index b8302c17b2c9..342b201d82a7 100644
--- a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
+++ b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
app-admin/sudo
- dev-python/git-python[${PYTHON_USEDEP}]
+ dev-python/GitPython[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"