17
0

Accepting request 707039 from devel:languages:python:django

- Fix old leap build

OBS-URL: https://build.opensuse.org/request/show/707039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=3
This commit is contained in:
2019-06-03 16:54:32 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 31 07:44:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix old leap build
-------------------------------------------------------------------
Wed Aug 8 21:25:00 UTC 2018 - tchvatal@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-django-crispy-forms
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -47,6 +47,7 @@ Django.
%prep
%setup -q -n %{mod_name}-%{version}
%autopatch -p1
# Remove not needed files
find . -name '*.pyc' -delete