Accepting request 777415 from GNOME:Apps
- 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/request/show/777415 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eolie?expand=0&rev=17
This commit is contained in:
commit
7e496e69e3
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user