diff options
author | Francisco Javier Félix <web@inode64.com> | 2022-05-27 10:19:26 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-27 10:53:27 +0200 |
commit | 75f11c2a9e1413af81069913224ab5ad3f8346f1 (patch) | |
tree | 9ec76eaf346f46df7c2b283a556cd8cb790e58a9 /dev-python/twisted | |
parent | dev-lang/zig: add QA_FLAGS_IGNORED (diff) | |
download | gentoo-75f11c2a9e1413af81069913224ab5ad3f8346f1.tar.gz gentoo-75f11c2a9e1413af81069913224ab5ad3f8346f1.tar.bz2 gentoo-75f11c2a9e1413af81069913224ab5ad3f8346f1.zip |
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@inode64.com>
Closes: https://github.com/gentoo/gentoo/pull/25656
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/twisted-22.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}] ) |