Skip to content

Commit

Permalink
Merge pull request #16485 from boegel/20221025170946_new_pr_Python2718
Browse files Browse the repository at this point in the history
fix installation of Python 2.7.18 with GCCcore/11.2.0
  • Loading branch information
smoors authored Oct 25, 2022
2 parents e11aa88 + cdc56f3 commit d144625
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ exts_list = [
}),
('backports.entry_points_selectable', '1.1.0', {
'checksums': ['988468260ec1c196dab6ae1149260e2f5472c9110334e5d51adcb77867361f6a'],
'preinstallopts': "sed -i 's/^author =.*/version = %(version)s/g' setup.cfg && ",
}),
('virtualenv', '20.7.0', {
'checksums': ['97066a978431ec096d163e72771df5357c5c898ffdd587048f45e0aecc228094'],
Expand Down Expand Up @@ -245,6 +246,7 @@ exts_list = [
}),
('backports.functools_lru_cache', '1.6.4', {
'checksums': ['d5ed2169378b67d3c545e5600d363a923b09c456dab1593914935a68ad478271'],
'preinstallopts': "sed -i 's/^author .*/version = %(version)s/g' setup.cfg && ",
}),
('wcwidth', '0.2.5', {
'checksums': ['c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83'],
Expand Down Expand Up @@ -306,6 +308,7 @@ exts_list = [
}),
('singledispatch', '3.7.0', {
'checksums': ['c1a4d5c1da310c3fd8fccfb8d4e1cb7df076148fd5d858a819e37fffe44f3092'],
'preinstallopts': "sed -i 's/^author .*/version = %(version)s/g' setup.cfg && ",
}),
('sortedcontainers', '2.4.0', {
'checksums': ['25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88'],
Expand Down

0 comments on commit d144625

Please sign in to comment.