diff --git a/python-celery.changes b/python-celery.changes index 71777f5..1cd73f8 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 2 08:03:23 UTC 2021 - Markéta Machová + +- Add PyYAML dependency for tests + ------------------------------------------------------------------- Tue Feb 2 00:27:31 UTC 2021 - Dirk Müller diff --git a/python-celery.spec b/python-celery.spec index f4b50e9..e1dc0df 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -59,6 +59,7 @@ Suggests: python-pytyrant BuildArch: noarch %if %{with test} BuildRequires: %{python_module SQLAlchemy} +BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module boto3 >= 1.9.178} BuildRequires: %{python_module case >= 1.3.1} BuildRequires: %{python_module celery = %{version}}