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 + +- Add dependency on python3-PyYAML to avoid a crash on startup. + ------------------------------------------------------------------- Tue Jan 18 07:59:49 UTC 2022 - Antonio Larrosa 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