commit: 75f11c2a9e1413af81069913224ab5ad3f8346f1 Author: Francisco Javier Félix <web <AT> inode64 <DOT> com> AuthorDate: Fri May 27 08:19:26 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri May 27 08:53:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f11c2a
dev-python/twisted: update deps Reviewing the setup.cfg file I have verified that the supported versions of dev-pyhthon/h2 range from version 3 to 4 both inclusive Look at line 97 of the setup.cfg file Package-Manager: Portage-3.0.30-r3, Repoman-3.0.3-r1 Signed-off-by: INODE64 <ffelix <AT> inode64.com> Closes: https://github.com/gentoo/gentoo/pull/25656 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/twisted/twisted-22.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/twisted/twisted-22.4.0.ebuild b/dev-python/twisted/twisted-22.4.0.ebuild index 6d12b9ce37e4..9863bb3ab1f5 100644 --- a/dev-python/twisted/twisted-22.4.0.ebuild +++ b/dev-python/twisted/twisted-22.4.0.ebuild @@ -46,7 +46,7 @@ RDEPEND=" serial? ( >=dev-python/pyserial-3.0[${PYTHON_USEDEP}] ) http2? ( >=dev-python/h2-3.0.0[${PYTHON_USEDEP}] - <dev-python/h2-4.0.0[${PYTHON_USEDEP}] + <dev-python/h2-5.0.0[${PYTHON_USEDEP}] >=dev-python/priority-1.1.0[${PYTHON_USEDEP}] <dev-python/priority-2.0[${PYTHON_USEDEP}] )
