From 50493c7d7466fec885d592e3b0b11c48c44846cc Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 22 Nov 2024 21:20:37 +0100 Subject: Rename dev-python/{GitPython → gitpython} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-util/gertty/gertty-1.6.0-r2.ebuild | 4 ++-- dev-util/gertty/gertty-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-util/gertty') diff --git a/dev-util/gertty/gertty-1.6.0-r2.ebuild b/dev-util/gertty/gertty-1.6.0-r2.ebuild index de0a8ec025a5..44edab692a02 100644 --- a/dev-util/gertty/gertty-1.6.0-r2.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -27,7 +27,7 @@ RDEPEND=" >=dev-python/pbr-0.11[${PYTHON_USEDEP}] >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}] - >=dev-python/GitPython-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}]