From f0b7ccd3a65c835072a312e46be1426e7153c0f750a49a43d4e9b9399dc71e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Mar 2019 13:32:01 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpbin?expand=0&rev=12 --- python-httpbin.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-httpbin.spec b/python-httpbin.spec index d02748f..8afa248 100644 --- a/python-httpbin.spec +++ b/python-httpbin.spec @@ -64,6 +64,8 @@ All endpoint responses are JSON-encoded. %prep %setup -q +# use normal Brotli google module not wrapper +sed -i -e 's:brotlipy:brotli:' setup.py %build export LANG=en_US.UTF-8