Mark bdist_wininst unsupported to skip the tests

See also https://src.fedoraproject.org/rpms/python3/pull-request/74
This commit is contained in:
Miro Hrončok 2018-12-20 12:46:25 +01:00
commit 15d5b5cfc5
2 changed files with 19 additions and 0 deletions

View file

@ -319,6 +319,11 @@ Patch313: 00313-cprofile-sort-option.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1652843
Patch315: 00315-test_email-mktime.patch
# 00316 #
# We remove the exe files from distutil's bdist_wininst
# So we mark the command as unsupported - and the tests are skipped
Patch316: 00316-mark-bdist_wininst-unsupported.patch
# (New patches go here ^^^)
#
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
@ -656,6 +661,7 @@ rm Lib/ensurepip/_bundled/*.whl
%patch312 -p1
%patch313 -p1
%patch315 -p1
%patch316 -p1
# Remove files that should be generated by the build