Description of problem: I was looking into fixing a problem where the python3-theano package was pulling in python2 and saw the following in the python-theano spec file: # The python3 build fails with Unicode errors without this export LC_ALL=en_US.UTF-8 Thought I should take a look at this as Unicode errors with LC_ALL=C are usually bugs that I can fix and send upstream. tried a koji scratch build with both of the spec file lines that had that taken out: http://koji.fedoraproject.org/koji/taskinfo?taskID=11703117 It succeeded on rawhide so it looks like the LC_ALL is no longer required. Version-Release number of selected component (if applicable): python-theano-0.7.0-1 rawhide build
Fixed in Rawhide.