diff options
Diffstat (limited to 'dev-util/gertty/gertty-9999.ebuild')
-rw-r--r-- | dev-util/gertty/gertty-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 0fb789cd3c51..6a4229ef4634 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -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}] <dev-python/requests-3.0.0[${PYTHON_USEDEP}] |