From 06c58061d485e25eaa24c6b3eaf5e3a8ccb40ff7 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Thu, 14 Jul 2016 17:53:46 -0700 Subject: packaging: Remove PyQt4 dependency. This doesn't seem to have been necessary since ovsdbmonitor was removed in commit 7868fbc6c97c ("ovsdbmonitor: Remove."). Drop the dependency. Signed-off-by: Joe Stringer Acked-by: Ben Pfaff --- INSTALL.Fedora.md | 2 +- Vagrantfile | 2 +- debian/control | 1 - rhel/openvswitch-fedora.spec.in | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/INSTALL.Fedora.md b/INSTALL.Fedora.md index 12d9a72cd..cb41d5c3f 100644 --- a/INSTALL.Fedora.md +++ b/INSTALL.Fedora.md @@ -18,7 +18,7 @@ documented in [INSTALL.md]. Specific packages (by package name) include: - rpm-build - autoconf automake libtool - systemd-units openssl openssl-devel - - python python-twisted-core python-zope-interface PyQt4 python-six + - python python-twisted-core python-zope-interface python-six - desktop-file-utils - groff graphviz - procps-ng diff --git a/Vagrantfile b/Vagrantfile index e618f9c1a..fb06b42ff 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -8,7 +8,7 @@ Vagrant.require_version ">=1.7.0" $bootstrap_fedora = <