From edd09aa364754bc8ab418aa9f2202e9abf487173e1fac05916a431bbd33ec3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 19 Jun 2015 10:33:33 +0000 Subject: [PATCH] - Add python-importlib to build/requirements on py2 distros OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=294 --- libreoffice.changes | 5 +++++ libreoffice.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/libreoffice.changes b/libreoffice.changes index 852bf04..7f5b955 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 19 10:33:12 UTC 2015 - tchvatal@suse.com + +- Add python-importlib to build/requirements on py2 distros + ------------------------------------------------------------------- Fri Jun 19 09:40:37 UTC 2015 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index aa88b7b..267ae8a 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -60,6 +60,8 @@ %else %global python_type python %global python3_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") +BuildRequires: python-importlib +Requires: python-importlib %endif # This is used due to the need for beta releases Name: libreoffice