[issue37468] Don't install wininst*.exe on non-Windows platforms
STINNER Victor
report at bugs.python.org
Mon Jul 1 08:45:17 EDT 2019
STINNER Victor <vstinner at redhat.com> added the comment:
Debian doesn't distribute wininst*.exe binaries in their python* packages. debian/rules explicitly removes thesee files:
find $(d) -name 'wininst*.exe' | xargs -r rm -f
--
RHEL7 issue closed as WONTFIX:
https://bugzilla.redhat.com/show_bug.cgi?id=1566459
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37468>
_______________________________________
More information about the Python-bugs-list
mailing list