From 7757c1e0427a54fd5266fa7bbecf12305f0fb8dbefe22f12a82aa9544c059728 Mon Sep 17 00:00:00 2001
From: Antonio Larrosa <alarrosa@suse.com>
Date: Fri, 1 Apr 2022 08:18:15 +0000
Subject: [PATCH] Accepting request 966303 from
 home:federico-mena:branches:multimedia:apps

- Add dependency on python3-PyYAML to avoid a crash on startup.

OBS-URL: https://build.opensuse.org/request/show/966303
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=114
---
 picard.changes | 5 +++++
 picard.spec    | 1 +
 2 files changed, 6 insertions(+)

diff --git a/picard.changes b/picard.changes
index 83f4302..d4beffc 100644
--- a/picard.changes
+++ b/picard.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Fri Apr  1 00:32:59 UTC 2022 - Federico Mena Quintero <federico@suse.com>
+
+- Add dependency on python3-PyYAML to avoid a crash on startup.
+
 -------------------------------------------------------------------
 Tue Jan 18 07:59:49 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
 
diff --git a/picard.spec b/picard.spec
index 2135a93..2102d2d 100644
--- a/picard.spec
+++ b/picard.spec
@@ -37,6 +37,7 @@ BuildRequires:  python3-setuptools
 BuildRequires:  python3-sip
 BuildRequires:  update-desktop-files
 Requires:       python3-Markdown
+Requires:       python3-PyYAML
 Requires:       python3-dateutil >= 2.7.3
 Requires:       python3-fasteners
 Requires:       python3-mutagen >= 1.37