15
0
forked from pool/python-celery

Accepting request 903633 from devel:languages:python

- Add PyYAML dependency for tests

OBS-URL: https://build.opensuse.org/request/show/903633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery?expand=0&rev=38
This commit is contained in:
2021-07-10 20:53:55 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 2 08:03:23 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Add PyYAML dependency for tests
-------------------------------------------------------------------
Tue Feb 2 00:27:31 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -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}}