summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-04 07:48:24 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-04 08:23:49 +0200
commit8a10b2d38d76b83a6f005f3ce8780b27aef73bd5 (patch)
tree11dda3423aea1d6ee0362093108bc2330e1a4637 /dev-python/twisted/twisted-19.10.0.ebuild
parentdev-python/twisted: Remove old (diff)
downloadgentoo-8a10b2d38d76b83a6f005f3ce8780b27aef73bd5.tar.gz
gentoo-8a10b2d38d76b83a6f005f3ce8780b27aef73bd5.tar.bz2
gentoo-8a10b2d38d76b83a6f005f3ce8780b27aef73bd5.zip
dev-python/twisted: Clean USE=soap up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twisted/twisted-19.10.0.ebuild')
-rw-r--r--dev-python/twisted/twisted-19.10.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/twisted/twisted-19.10.0.ebuild b/dev-python/twisted/twisted-19.10.0.ebuild
index f5be6c1d466c..ed3222af413e 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}]
<dev-python/hyper-h2-4.0.0[${PYTHON_USEDEP}]