From bff3c4fcbdf8f3dd038bda2a2155cb3c9f2ee339e8f51384a0a77f28258b5cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sat, 9 Dec 2017 09:26:07 +0000 Subject: [PATCH] Accepting request 555403 from home:dimstar:Factory - Add explicit python2-xml BuildRequires: the ./i18n.py script, executed during build, imports xml and we are thus responsible to have the dependencies in place. Used to be pulled in by gtk2 - but it is our own duty to care for our build tools OBS-URL: https://build.opensuse.org/request/show/555403 OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=30 --- inkscape.changes | 7 +++++++ inkscape.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/inkscape.changes b/inkscape.changes index 8a4273f..5fb04b4 100644 --- a/inkscape.changes +++ b/inkscape.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 8 22:07:47 UTC 2017 - dimstar@opensuse.org + +- Add explicit python2-xml BuildRequires: the ./i18n.py script, + executed during build, imports xml and we are thus responsible to + have the dependencies in place. + ------------------------------------------------------------------- Mon Oct 9 07:43:48 UTC 2017 - dmueller@suse.com diff --git a/inkscape.spec b/inkscape.spec index 55e0970..460ab00 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -58,6 +58,7 @@ BuildRequires: popt-devel BuildRequires: potrace-devel BuildRequires: python-devel BuildRequires: python-gtk-devel +BuildRequires: python2-xml BuildRequires: update-desktop-files BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(libexif)