From 64e3b5f7d5fc94c8c3227a73b4c6c6b8250c18962d11ee1bfd01bdf6298f57dc Mon Sep 17 00:00:00 2001 From: Antoine Belvire Date: Sat, 2 Jan 2021 14:00:30 +0000 Subject: [PATCH] - Add missing soft dependency on python3-hawkauthlib: For authentification to Firefox Sync. OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eolie?expand=0&rev=55 --- eolie.changes | 6 ++++++ eolie.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/eolie.changes b/eolie.changes index 3972f4b..f0183d0 100644 --- a/eolie.changes +++ b/eolie.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 2 13:38:54 UTC 2021 - Antoine Belvire + +- Add missing soft dependency on python3-hawkauthlib: For + authentification to Firefox Sync. + ------------------------------------------------------------------- Sun Oct 25 09:56:52 UTC 2020 - Antoine Belvire diff --git a/eolie.spec b/eolie.spec index ef97572..706ae74 100644 --- a/eolie.spec +++ b/eolie.spec @@ -1,7 +1,7 @@ # # spec file for package eolie # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,6 +39,7 @@ Requires: python3-gobject Recommends: python3-PyFxA Recommends: python3-beautifulsoup4 Recommends: python3-cryptography +Recommends: python3-hawkauthlib Recommends: python3-pycrypto Recommends: python3-requests-hawk BuildArch: noarch