mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-09 00:10:21 +03:00
dev-python/httplib2: add USE=socks5 for dev-python/pysocks dep
As we do in dev-python/requests. It used to be bundled in httplib2 but isn't anymore. Bug: https://github.com/httplib2/httplib2/issues/251 Bug: https://gitlab.com/duplicity/duplicity/-/issues/900 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -21,10 +21,12 @@ SRC_URI="
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
|
||||
IUSE="socks5"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/certifi[${PYTHON_USEDEP}]
|
||||
dev-python/pyparsing[${PYTHON_USEDEP}]
|
||||
socks5? ( dev-python/pysocks[${PYTHON_USEDEP}] )
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
|
||||
Reference in New Issue
Block a user