forked from pool/python-django-grappelli
This commit is contained in:
parent
1de21cafed
commit
774a6631c3
@ -26,6 +26,7 @@ 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}
|
||||
@ -41,6 +42,7 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user