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