summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2016-07-14 17:53:46 -0700
committerJoe Stringer <joe@ovn.org>2016-07-15 13:52:14 -0700
commit06c58061d485e25eaa24c6b3eaf5e3a8ccb40ff7 (patch)
tree106e95d28672d617e600b15e30be7c4eef984e8c
parent8851db070fd837eae62f1b7cb55d0b6e810802a0 (diff)
downloadopenvswitch-06c58061d485e25eaa24c6b3eaf5e3a8ccb40ff7.tar.gz
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 <joe@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
-rw-r--r--INSTALL.Fedora.md2
-rw-r--r--Vagrantfile2
-rw-r--r--debian/control1
-rw-r--r--rhel/openvswitch-fedora.spec.in2
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 = <<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`
diff --git a/debian/control b/debian/control
index 2c07a73cd..a7685e501 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Build-Depends: graphviz,
openssl,
procps,
python-all (>= 2.7),
- python-qt4,
python-twisted-conch,
python-zopeinterface,
python-six
diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index 16894b030..088afcb9e 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -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