From d867b7003b7267bc790bb9485269186018e8ddce9c821f571d27ef3ceee32519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 Mar 2019 08:30:21 +0000 Subject: [PATCH] Accepting request 683641 from home:jayvdb:django - Add LANG to %check to fix Leap OBS-URL: https://build.opensuse.org/request/show/683641 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-environ?expand=0&rev=5 --- python-django-environ.changes | 5 +++++ python-django-environ.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-django-environ.changes b/python-django-environ.changes index b909694..91ee6ba 100644 --- a/python-django-environ.changes +++ b/python-django-environ.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 11 03:56:29 UTC 2019 - John Vandenberg + +- Add LANG to %check to fix Leap + ------------------------------------------------------------------- Mon Feb 18 17:12:40 UTC 2019 - Jan Engelhardt diff --git a/python-django-environ.spec b/python-django-environ.spec index 96b990a..450ac3b 100644 --- a/python-django-environ.spec +++ b/python-django-environ.spec @@ -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}