From 88f16cf8f2ef9861fbdabccb687c376397ff2340a31f7b22a51cf908b7744ee9 Mon Sep 17 00:00:00 2001 From: Antoine Belvire Date: Wed, 19 Feb 2020 20:27:23 +0000 Subject: [PATCH] - Explicitly require pkgconfig(python3) at build time: It's needed and it's not pulled by other build dependencies anymore. OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eolie?expand=0&rev=49 --- eolie.changes | 6 ++++++ eolie.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/eolie.changes b/eolie.changes index 3b8ace9..bc31b7a 100644 --- a/eolie.changes +++ b/eolie.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 19 20:18:28 UTC 2020 - Antoine Belvire + +- Explicitly require pkgconfig(python3) at build time: It's needed + and it's not pulled by other build dependencies anymore. + ------------------------------------------------------------------- Thu Aug 22 16:36:10 UTC 2019 - Antoine Belvire diff --git a/eolie.spec b/eolie.spec index 1bad6c3..1d1b742 100644 --- a/eolie.spec +++ b/eolie.spec @@ -1,7 +1,7 @@ # # spec file for package eolie # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,7 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9 BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 BuildRequires: pkgconfig(pygobject-3.0) +BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) Requires: python3-cairo Requires: python3-dateutil