John Vandenberg 2021-12-26 11:21:55 +00:00 committed by Git OBS Bridge
parent 774a6631c3
commit 5a3b71426b

View File

@ -26,7 +26,6 @@ License: BSD-2-Clause AND LGPL-2.1-or-later
URL: https://github.com/sehmaschine/django-grappelli
Source: https://github.com/sehmaschine/django-grappelli/archive/%{version}.tar.gz
BuildRequires: %{python_module Django >= 2.2}
BuildRequires: %{python_module django-codemod}
BuildRequires: %{python_module py >= 1.8}
BuildRequires: %{python_module pytest >= 5.0}
BuildRequires: %{python_module pytest-django >= 3.6}
@ -42,7 +41,6 @@ A jazzy skin for the Django Admin-Interface.
%prep
%setup -q -n django-grappelli-%{version}
djcodemod run --removed-in 4.0 grappelli/tests/urls.py
%build
%python_build