SHA256
1
0
forked from pool/eolie

- 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
This commit is contained in:
Antoine Belvire 2020-02-19 20:27:23 +00:00 committed by Git OBS Bridge
parent e8fdce0cf0
commit 88f16cf8f2
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 19 20:18:28 UTC 2020 - Antoine Belvire <antoine.belvire@opensuse.org>
- 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 <antoine.belvire@opensuse.org> Thu Aug 22 16:36:10 UTC 2019 - Antoine Belvire <antoine.belvire@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package eolie # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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(gobject-introspection-1.0) >= 1.35.9
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
BuildRequires: pkgconfig(pygobject-3.0) BuildRequires: pkgconfig(pygobject-3.0)
BuildRequires: pkgconfig(python3)
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0)
Requires: python3-cairo Requires: python3-cairo
Requires: python3-dateutil Requires: python3-dateutil