diff options
author | 2020-03-26 18:29:37 +0100 | |
---|---|---|
committer | 2020-03-26 18:35:57 +0100 | |
commit | 8c149763968b822c158261806a3b208881ec1fb3 (patch) | |
tree | 55b4b677a82cdb65be88f65c8e9769b8c1b4097c /net-misc/openvswitch | |
parent | net-irc/redirbot: Flatten twisted dep (diff) | |
download | gentoo-8c149763968b822c158261806a3b208881ec1fb3.tar.gz gentoo-8c149763968b822c158261806a3b208881ec1fb3.tar.bz2 gentoo-8c149763968b822c158261806a3b208881ec1fb3.zip |
net-misc/openvswitch: Flatten twisted dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.10.2.ebuild | 5 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.10.2.ebuild b/net-misc/openvswitch/openvswitch-2.10.2.ebuild index a823c0b053fa..8a2e1ad91031 100644 --- a/net-misc/openvswitch/openvswitch-2.10.2.ebuild +++ b/net-misc/openvswitch/openvswitch-2.10.2.ebuild @@ -21,10 +21,7 @@ RDEPEND=" ssl? ( dev-libs/openssl:0= ) ${PYTHON_DEPS} ~dev-python/ovs-2.10.0[${PYTHON_USEDEP}] - || ( - dev-python/twisted[conch,${PYTHON_USEDEP}] - dev-python/twisted-web[${PYTHON_USEDEP}] - ) + dev-python/twisted[conch,${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}] debug? ( dev-lang/perl )" DEPEND="${RDEPEND} diff --git a/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild b/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild index 091d255356dd..715a907910b9 100644 --- a/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild @@ -21,10 +21,7 @@ RDEPEND=" ssl? ( dev-libs/openssl:0= ) ${PYTHON_DEPS} ~dev-python/ovs-2.10.0[${PYTHON_USEDEP}] - || ( - dev-python/twisted[conch,${PYTHON_USEDEP}] - dev-python/twisted-web[${PYTHON_USEDEP}] - ) + dev-python/twisted[conch,${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}] debug? ( dev-lang/perl )" DEPEND="${RDEPEND} |