packaging: Remove PyQt4 dependency.
authorJoe Stringer <joe@ovn.org>
Fri, 15 Jul 2016 00:53:46 +0000 (17:53 -0700)
committerJoe Stringer <joe@ovn.org>
Fri, 15 Jul 2016 20:52:14 +0000 (13:52 -0700)
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 <joe@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
INSTALL.Fedora.md
Vagrantfile
debian/control
rhel/openvswitch-fedora.spec.in

index 12d9a72..cb41d5c 100644 (file)
@@ -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
index e618f9c..fb06b42 100644 (file)
@@ -8,7 +8,7 @@ Vagrant.require_version ">=1.7.0"
 $bootstrap_fedora = <<SCRIPT
 dnf -y update
 dnf -y install autoconf automake openssl-devel libtool \
-               python-twisted-core python-zope-interface PyQt4 \
+               python-twisted-core python-zope-interface \
                desktop-file-utils groff graphviz rpmdevtools nc \
                wget python-six pyftpdlib checkpolicy selinux-policy-devel \
                libcap-ng-devel kernel-devel-`uname -r`
index 2c07a73..a7685e5 100644 (file)
@@ -14,7 +14,6 @@ Build-Depends: graphviz,
                openssl,
                procps,
                python-all (>= 2.7),
-               python-qt4,
                python-twisted-conch,
                python-zopeinterface,
                python-six
index 16894b0..088afcb 100644 (file)
@@ -43,7 +43,7 @@ Source: http://openvswitch.org/releases/%{name}-%{version}.tar.gz
 
 BuildRequires: autoconf automake libtool
 BuildRequires: systemd-units openssl openssl-devel
-BuildRequires: python python-twisted-core python-zope-interface PyQt4 python-six
+BuildRequires: python python-twisted-core python-zope-interface python-six
 BuildRequires: desktop-file-utils
 BuildRequires: groff graphviz
 BuildRequires: checkpolicy, selinux-policy-devel