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