dev-python/twisted: Clean USE=soap up

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-06-04 07:48:24 +02:00
parent 7603a6f3a0
commit 8a10b2d38d

View File

@@ -23,7 +23,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd6
LICENSE="MIT"
SLOT="0"
IUSE="conch crypt http2 serial +soap test"
IUSE="conch crypt http2 serial test"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -45,7 +45,6 @@ RDEPEND="
>=dev-python/idna-0.6[${PYTHON_USEDEP}]
)
serial? ( >=dev-python/pyserial-3.0[${PYTHON_USEDEP}] )
soap? ( $(python_gen_cond_dep 'dev-python/soappy[${PYTHON_USEDEP}]' python2_7) )
http2? (
>=dev-python/hyper-h2-3.0.0[${PYTHON_USEDEP}]
<dev-python/hyper-h2-4.0.0[${PYTHON_USEDEP}]