commit: f4b5fc69d41feca6fc19bcfbc68e25ebbbd648e5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 10 15:05:45 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 10 15:25:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b5fc69
dev-python/urllib3: Remove obsolete dev-python/six dep Closes: https://bugs.gentoo.org/906038 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/urllib3/{urllib3-2.0.2.ebuild => urllib3-2.0.2-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/urllib3/urllib3-2.0.2.ebuild b/dev-python/urllib3/urllib3-2.0.2-r1.ebuild similarity index 98% rename from dev-python/urllib3/urllib3-2.0.2.ebuild rename to dev-python/urllib3/urllib3-2.0.2-r1.ebuild index 3d07423a2d37..9c46c938c35a 100644 --- a/dev-python/urllib3/urllib3-2.0.2.ebuild +++ b/dev-python/urllib3/urllib3-2.0.2-r1.ebuild @@ -28,7 +28,6 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}] <dev-python/PySocks-2.0[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] brotli? ( >=dev-python/brotlicffi-0.8.0[${PYTHON_USEDEP}] ) zstd? ( >=dev-python/zstandard-0.18.0[${PYTHON_USEDEP}] ) "
