summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-10-06 09:09:02 +0200
committerMichał Górny <mgorny@gentoo.org>2021-10-06 09:16:06 +0200
commitb863c9d6766034ff385cf796cb31300034c217e9 (patch)
tree6b13ad02d50f82d1164af62ef7d7a51b958840b6 /dev-python/twisted
parentdev-python/hyper-h2: Prepare for pkgmove (diff)
downloadgentoo-b863c9d6766034ff385cf796cb31300034c217e9.tar.gz
gentoo-b863c9d6766034ff385cf796cb31300034c217e9.tar.bz2
gentoo-b863c9d6766034ff385cf796cb31300034c217e9.zip
Move dev-python/{hyper-h2 → h2}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twisted')
-rw-r--r--dev-python/twisted/twisted-21.2.0-r1.ebuild4
-rw-r--r--dev-python/twisted/twisted-21.7.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/twisted/twisted-21.2.0-r1.ebuild b/dev-python/twisted/twisted-21.2.0-r1.ebuild
index 296e07d25869..89ae1e3b8929 100644
--- a/dev-python/twisted/twisted-21.2.0-r1.ebuild
+++ b/dev-python/twisted/twisted-21.2.0-r1.ebuild
@@ -42,8 +42,8 @@ RDEPEND="
)
serial? ( >=dev-python/pyserial-3.0[${PYTHON_USEDEP}] )
http2? (
- >=dev-python/hyper-h2-3.0.0[${PYTHON_USEDEP}]
- <dev-python/hyper-h2-4.0.0[${PYTHON_USEDEP}]
+ >=dev-python/h2-3.0.0[${PYTHON_USEDEP}]
+ <dev-python/h2-4.0.0[${PYTHON_USEDEP}]
>=dev-python/priority-1.1.0[${PYTHON_USEDEP}]
<dev-python/priority-2.0[${PYTHON_USEDEP}]
)
diff --git a/dev-python/twisted/twisted-21.7.0.ebuild b/dev-python/twisted/twisted-21.7.0.ebuild
index bf7fb53f03dd..6f7d9d06337c 100644
--- a/dev-python/twisted/twisted-21.7.0.ebuild
+++ b/dev-python/twisted/twisted-21.7.0.ebuild
@@ -43,8 +43,8 @@ RDEPEND="
)
serial? ( >=dev-python/pyserial-3.0[${PYTHON_USEDEP}] )
http2? (
- >=dev-python/hyper-h2-3.0.0[${PYTHON_USEDEP}]
- <dev-python/hyper-h2-4.0.0[${PYTHON_USEDEP}]
+ >=dev-python/h2-3.0.0[${PYTHON_USEDEP}]
+ <dev-python/h2-4.0.0[${PYTHON_USEDEP}]
>=dev-python/priority-1.1.0[${PYTHON_USEDEP}]
<dev-python/priority-2.0[${PYTHON_USEDEP}]
)