Fix mktime() error in test_email
http://bugs.python.org/issue35317 https://bugzilla.redhat.com/show_bug.cgi?id=1652843
This commit is contained in:
parent
e21e6a6b22
commit
4f22584498
2 changed files with 53 additions and 0 deletions
|
|
@ -318,6 +318,12 @@ Patch312: 00312-revert-bpo-6721.patch
|
|||
# https://bugzilla.redhat.com/show_bug.cgi?id=1160640
|
||||
Patch313: 00313-cprofile-sort-option.patch
|
||||
|
||||
# 00315 #
|
||||
# Fix mktime() error in test_email
|
||||
# http://bugs.python.org/issue35317
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1652843
|
||||
Patch315: 00315-test_email-mktime.patch
|
||||
|
||||
# (New patches go here ^^^)
|
||||
#
|
||||
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
|
||||
|
|
@ -651,6 +657,7 @@ rm Lib/ensurepip/_bundled/*.whl
|
|||
%patch291 -p1
|
||||
%patch312 -p1
|
||||
%patch313 -p1
|
||||
%patch315 -p1
|
||||
|
||||
|
||||
# Remove files that should be generated by the build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue