summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Antinoja <antti@fennosys.fi>2022-07-18 13:59:08 +0800
committerMatthew Thode <prometheanfire@gentoo.org>2022-07-18 09:04:51 -0500
commitb222fb133aee41dcd8c59c4a82c43931b79bb073 (patch)
tree695395ceaf355c7452044c7e11f80709afd0ec88 /net-misc/openvswitch
parentdev-python/cherrypy: Remove old (diff)
downloadgentoo-b222fb133aee41dcd8c59c4a82c43931b79bb073.tar.gz
gentoo-b222fb133aee41dcd8c59c4a82c43931b79bb073.tar.bz2
gentoo-b222fb133aee41dcd8c59c4a82c43931b79bb073.zip
net-misc/openvswitch: 2.17.2
Drop dev-python/twisted[conch] requirement since ovsdbmonitor was dropped around 2014. Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r--net-misc/openvswitch/openvswitch-2.17.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.17.2.ebuild b/net-misc/openvswitch/openvswitch-2.17.2.ebuild
index 4d3678b83503..4f04cb37a9a8 100644
--- a/net-misc/openvswitch/openvswitch-2.17.2.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.17.2.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# Check python/ovs/version.py in tarball for dev-python/ovs dep
RDEPEND="${PYTHON_DEPS}
~dev-python/ovs-2.17.1_p1[${PYTHON_USEDEP}]
- dev-python/twisted[conch,${PYTHON_USEDEP}]
+ dev-python/twisted[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
debug? ( dev-lang/perl )
ssl? ( dev-libs/openssl:= )"