From a28132e71c221f126d642de2f85d0c3c44f2a037 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 2 Jan 2020 18:08:46 +0100 Subject: dev-python/urllib3: Fix OutdatedBlocker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/urllib3/urllib3-1.24.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dev-python/urllib3/urllib3-1.24.2.ebuild') diff --git a/dev-python/urllib3/urllib3-1.24.2.ebuild b/dev-python/urllib3/urllib3-1.24.2.ebuild index cf59c0ffa92..6f77d2dfe89 100644 --- a/dev-python/urllib3/urllib3-1.24.2.ebuild +++ b/dev-python/urllib3/urllib3-1.24.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,8 +19,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] - !~dev-python/PySocks-1.5.7[${PYTHON_USEDEP}] + >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}] =dev-python/cryptography-1.3.4[${PYTHON_USEDEP}] -- cgit v1.2.3-18-g5258