summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-11-28 12:44:39 +0100
committerAndras Timar <andras.timar@collabora.com>2019-11-28 12:44:39 +0100
commit692294d163ee648369383bf6e39a84959ddd3f5e (patch)
treee1a3ed8f3240fd4cc855ef0b867bfd0a8a527b92
parent9bb024bd1c09ed0ed48a767aa331de1c8bfee53a (diff)
Fix rpm BuildRequires
Quick band-aid fix to get the build going. The SUSE part has to be reviewed at some point. openSUSE LEap 42.3 has python-polib, openSUSE Leap 15.x have python2-polib. Change-Id: I0317963b0c922245ce9488392cfff293119dcf67
-rw-r--r--loolwsd.spec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/loolwsd.spec.in b/loolwsd.spec.in
index 1cc1a7826..a83089970 100644
--- a/loolwsd.spec.in
+++ b/loolwsd.spec.in
@@ -21,16 +21,16 @@ Vendor: Collabora
Summary: LibreOffice On-Line WebSocket Daemon
License: MPL
Source0: loolwsd-@PACKAGE_VERSION@.tar.gz
-BuildRequires: libcap-devel libpng-devel gcc-c++ cppunit-devel pam-devel fontconfig python-lxml make
+BuildRequires: libcap-devel libpng-devel gcc-c++ cppunit-devel pam-devel fontconfig make
# Red Hat and CentOS
%if 0%{?fedora} || 0%{?rhel} >= 6
-BuildRequires: libpcap kernel-headers python2-polib
+BuildRequires: libpcap kernel-headers python2-polib python2-lxml
%endif
# openSUSE 42.3, openSUSE 15.0, SLES12, SLES15
%if 0%{?suse_version} >= 1300
-BuildRequires: libcap-progs linux-glibc-devel systemd-rpm-macros python-polib
+BuildRequires: libcap-progs linux-glibc-devel systemd-rpm-macros
%endif
# SLES11SP4