fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
128 stars 39 forks source link

Fix py 30755 opt2 #192

Closed gordonmessmer closed 5 years ago

gordonmessmer commented 5 years ago

Another option for locale handling:

This branch mostly adopts dnf's behavior, with the caveat that on an affected python3 platform, the "c.utf-8" locale will not be used, because Python will translate that to "en_US.UTF-8" which may not be installed.