https://bugzilla.redhat.com/show_bug.cgi?id=1096206



--- Comment #4 from Matej Stuchlik <[email protected]> ---
We've discussed this in person and rkuska has made the following changes:

1) use

LANG=en_GB.utf8 LC_ALL=en_GB.utf8 (...) py.test (...)

instead of exporting all the variables with

export LANG=en_GB.utf8
(...)

2) remove

find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'

since 'setup.py build' already rewrites shebang lines to start whichever
interpreter path was used to invoke it

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to