From 2b98020fc0c84cfc0ca69560f8e4d5acdfd8e394379867365d7fd0522ee9f25e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 22 Jan 2018 09:54:00 +0000 Subject: [PATCH] Accepting request 567972 from home:1Antoine1:branches:GNOME:Apps - Add missing requirements: * python3-cairo * python3-dateutil * python3-gobject OBS-URL: https://build.opensuse.org/request/show/567972 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eolie?expand=0&rev=10 --- eolie.changes | 8 ++++++++ eolie.spec | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/eolie.changes b/eolie.changes index 66424e3..d85f001 100644 --- a/eolie.changes +++ b/eolie.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jan 21 10:54:55 UTC 2018 - antoine.belvire@opensuse.org + +- Add missing requirements: + * python3-cairo + * python3-dateutil + * python3-gobject + ------------------------------------------------------------------- Thu Jan 11 07:18:37 UTC 2018 - antoine.belvire@opensuse.org diff --git a/eolie.spec b/eolie.spec index 5651aaa..365d50e 100644 --- a/eolie.spec +++ b/eolie.spec @@ -1,7 +1,7 @@ # # spec file for package eolie # -# Copyright (c) 2017 The openSUSE Project. +# Copyright (c) 2017-2018 The openSUSE Project. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,9 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9 BuildRequires: pkgconfig(gtk+-3.0) >= 3.14 BuildRequires: pkgconfig(pygobject-3.0) BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) +Requires: python3-cairo +Requires: python3-dateutil +Requires: python3-gobject Recommends: python3-PyFxA Recommends: python3-cryptography Recommends: python3-pycrypto