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 /dev-util/gertty | |
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 'dev-util/gertty')
-rw-r--r-- | dev-util/gertty/gertty-1.6.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/gertty/gertty-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild index 357e03afb462..74a745757acf 100644 --- a/dev-util/gertty/gertty-1.6.0-r1.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" ${CDEPEND} >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}] - >=dev-python/git-python-0.3.7[${PYTHON_USEDEP}] + >=dev-python/GitPython-0.3.7[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] >=dev-python/requests-2.5.3[${PYTHON_USEDEP}] <dev-python/requests-3.0.0[${PYTHON_USEDEP}] diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 1f82d9932882..c22ac8ed0f14 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -29,7 +29,7 @@ RDEPEND=" ${CDEPEND} >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}] - >=dev-python/git-python-0.3.7[${PYTHON_USEDEP}] + >=dev-python/GitPython-0.3.7[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] >=dev-python/requests-2.5.3[${PYTHON_USEDEP}] <dev-python/requests-3.0.0[${PYTHON_USEDEP}] |