From 8a10b2d38d76b83a6f005f3ce8780b27aef73bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 4 Jun 2020 07:48:24 +0200 Subject: [PATCH] dev-python/twisted: Clean USE=soap up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/twisted/twisted-19.10.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/twisted/twisted-19.10.0.ebuild b/dev-python/twisted/twisted-19.10.0.ebuild index f5be6c1d466cc..ed3222af413ea 100644 --- a/dev-python/twisted/twisted-19.10.0.ebuild +++ b/dev-python/twisted/twisted-19.10.0.ebuild @@ -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}]