From 2fb72883fe644bc97e821b79cdefa5c42feb6cfb08fd9deff09e12cd130ab6eb Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 4 Aug 2022 06:49:07 +0000 Subject: [PATCH] Accepting request 989460 from home:bnavigator:branches:devel:languages:python - variant-schema-compiler requires the Python module pyparsing This is required because the transitive requirement is broken in two places: gtk-doc --> python3-Pygments -/-> python3-setuptools -/-> python3-pyparsing OBS-URL: https://build.opensuse.org/request/show/989460 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=164 --- flatpak.changes | 5 +++++ flatpak.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/flatpak.changes b/flatpak.changes index ca1b7ae..115c77b 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 15 14:05:05 UTC 2022 - Benjamin Greiner + +- variant-schema-compiler requires the Python module pyparsing + ------------------------------------------------------------------- Sun Jul 3 08:33:14 UTC 2022 - Andreas Stieger diff --git a/flatpak.spec b/flatpak.spec index 365d8ea..c868210 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -50,6 +50,7 @@ BuildRequires: libgpg-error-devel BuildRequires: libgpgme-devel >= 1.1.8 BuildRequires: libtool BuildRequires: pkgconfig +BuildRequires: python3-pyparsing BuildRequires: systemd-rpm-macros BuildRequires: sysuser-tools BuildRequires: xdg-dbus-proxy >= 0.1.0