From be9c121ed83f0c2af5fa34b406d00f5ce37135b917c20dc56f2f717c8f4da3ef Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 19 May 2020 11:17:31 +0000 Subject: [PATCH] - Replcae python3-yaml with python3-PyYAML - Add requires on imagemagick OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/azote?expand=0&rev=3 --- azote.changes | 6 ++++++ azote.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/azote.changes b/azote.changes index 491c762..45f62c9 100644 --- a/azote.changes +++ b/azote.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 19 11:16:58 UTC 2020 - Michael Vetter + +- Replcae python3-yaml with python3-PyYAML +- Add requires on imagemagick + ------------------------------------------------------------------- Wed Apr 29 07:50:00 UTC 2020 - Michael Vetter diff --git a/azote.spec b/azote.spec index 45b1b9a..f122699 100644 --- a/azote.spec +++ b/azote.spec @@ -32,10 +32,13 @@ Requires: feh Requires: python3-Pillow Requires: python3-Send2Trash Requires: python3-gobject -Requires: python3-yaml Requires: wget Requires: wmctrl Requires: xrandr +# for screen color picker on both Sway and X11 +Requires: ImageMagick +# for alacritty.yml toolbox +Requires: python3-PyYAML BuildArch: noarch %description