diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-13 10:26:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-13 10:55:58 +0100 |
commit | 0dec450a90c7490f11df7e69cd9c6709c099285c (patch) | |
tree | 313134a60630eb9a702af9fcfe07805392fb2716 /sys-apps/elivepatch-client | |
parent | dev-python/git-python: Remove stale comment (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/elivepatch-client/elivepatch-client-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 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}]" diff --git a/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild b/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild index ef9800d25dac..70cc99090d40 100644 --- a/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild +++ b/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild @@ -22,7 +22,7 @@ SLOT="0" 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}]" |