Skip to content

Commit

Permalink
python-consul: bump version
Browse files Browse the repository at this point in the history
Add supported python versions and rename dependecy as the portage tree requires
  • Loading branch information
licebmi committed Feb 7, 2025
1 parent 8a652e1 commit 96d7959
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..13} )

inherit distutils-r1

Expand All @@ -23,7 +23,7 @@ RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
>=dev-python/six-1.4[${PYTHON_USEDEP}]
dev-python/twisted[${PYTHON_USEDEP}]
>=dev-python/treq-16[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]
dev-python/tornado[${PYTHON_USEDEP}]
"

DEPEND="
Expand Down

0 comments on commit 96d7959

Please sign in to comment.