From deacc5bbcf72a2357bb35bb077acf65b4e6df13c Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 8 Feb 2021 21:54:25 -0500 Subject: [PATCH] dev-python/urllib3: drop 'secure' dependencies These deps were only needed to support older versions of python. Signed-off-by: Mike Gilbert --- .../{urllib3-1.26.3.ebuild => urllib3-1.26.3-r1.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename dev-python/urllib3/{urllib3-1.26.3.ebuild => urllib3-1.26.3-r1.ebuild} (91%) diff --git a/dev-python/urllib3/urllib3-1.26.3.ebuild b/dev-python/urllib3/urllib3-1.26.3-r1.ebuild similarity index 91% rename from dev-python/urllib3/urllib3-1.26.3.ebuild rename to dev-python/urllib3/urllib3-1.26.3-r1.ebuild index b7c18f9f80b2f..4917ce1c82863 100644 --- a/dev-python/urllib3/urllib3-1.26.3.ebuild +++ b/dev-python/urllib3/urllib3-1.26.3-r1.ebuild @@ -18,13 +18,12 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~ IUSE="brotli test" RESTRICT="!test? ( test )" +# dev-python/{pyopenssl,cryptography,idna,certifi} are optional runtime +# dependencies. Do not add them to RDEPEND. They should be unnecessary with +# modern versions of python (>= 3.2). RDEPEND=" >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}] =dev-python/cryptography-1.3.4[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}] - >=dev-python/idna-2.0.0[${PYTHON_USEDEP}] brotli? ( dev-python/brotlicffi[${PYTHON_USEDEP}] ) " BDEPEND="