Accepting request 683719 from devel:languages:python:django

OBS-URL: https://build.opensuse.org/request/show/683719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-environ?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-03-11 10:17:50 +00:00 committed by Git OBS Bridge
commit 8d53d79709
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 11 03:56:29 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Add LANG to %check to fix Leap
-------------------------------------------------------------------
Mon Feb 18 17:12:40 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -47,6 +47,7 @@ variables to configure Django applications.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
LANG=en_US.UTF-8
%python_exec setup.py test
%files %{python_files}