summaryrefslogtreecommitdiff
path: root/dev-python/urllib3/urllib3-2.2.3.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-23 11:54:09 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-23 11:57:55 +0100
commit41dd7bb0aa6083c8f0056ce2f80e1abcfa0e15ad (patch)
treeea7b4df7e75df5482db9a117b464e5d3d585db1c /dev-python/urllib3/urllib3-2.2.3.ebuild
parent768ea22d883df8972f47f122f9c19a730f6bbce9 (diff)
downloadgentoo-41dd7bb0aa6083c8f0056ce2f80e1abcfa0e15ad.tar.gz
gentoo-41dd7bb0aa6083c8f0056ce2f80e1abcfa0e15ad.tar.bz2
gentoo-41dd7bb0aa6083c8f0056ce2f80e1abcfa0e15ad.zip
Rename dev-python/{PySocks → pysocks}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urllib3/urllib3-2.2.3.ebuild')
-rw-r--r--dev-python/urllib3/urllib3-2.2.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/urllib3/urllib3-2.2.3.ebuild b/dev-python/urllib3/urllib3-2.2.3.ebuild
index 713b06d9a5be..31a214a682ec 100644
--- a/dev-python/urllib3/urllib3-2.2.3.ebuild
+++ b/dev-python/urllib3/urllib3-2.2.3.ebuild
@@ -34,8 +34,8 @@ RESTRICT="!test? ( test )"
# [secure] extra is deprecated and slated for removal, we don't need it:
# https://github.com/urllib3/urllib3/issues/2680
RDEPEND="
- >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}]
- <dev-python/PySocks-2.0[${PYTHON_USEDEP}]
+ >=dev-python/pysocks-1.5.8[${PYTHON_USEDEP}]
+ <dev-python/pysocks-2.0[${PYTHON_USEDEP}]
brotli? ( >=dev-python/brotlicffi-0.8.0[${PYTHON_USEDEP}] )
http2? (
<dev-python/h2-5[${PYTHON_USEDEP}]