- Remove unneeded BuildRequires on mock.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=14
This commit is contained in:
Steve Kowalik 2022-04-27 01:58:50 +00:00 committed by Git OBS Bridge
parent 589be6f2f3
commit cd30cc291c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 27 01:58:15 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Remove unneeded BuildRequires on mock.
-------------------------------------------------------------------
Sun Dec 26 09:03:25 UTC 2021 - John Vandenberg <jayvdb@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-django-compressor
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -36,7 +36,6 @@ BuildRequires: %{python_module django-appconf >= 1.0}
BuildRequires: %{python_module django-sekizai >= 2.0.0}
BuildRequires: %{python_module html5lib}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module rcssmin >= 1.0.6}
BuildRequires: %{python_module rjsmin >= 1.1.0}
BuildRequires: %{python_module setuptools}