diff --git a/python-pydocstyle.changes b/python-pydocstyle.changes index 029390f..f3f88a4 100644 --- a/python-pydocstyle.changes +++ b/python-pydocstyle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 12 21:25:34 UTC 2022 - Ben Greiner + +- Tests require the extra dependency toml which is not pulled in + automatically by pytest anymore + ------------------------------------------------------------------- Thu Apr 7 10:40:03 UTC 2022 - pgajdos@suse.com diff --git a/python-pydocstyle.spec b/python-pydocstyle.spec index a20ffb3..aa6e1c0 100644 --- a/python-pydocstyle.spec +++ b/python-pydocstyle.spec @@ -36,6 +36,7 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six > 1.10.0} BuildRequires: %{python_module snowballstemmer} +BuildRequires: %{python_module toml} BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros