Skip to content

Commit

Permalink
Merge pull request #17412 from surak/20230223130846_new_pr_Python3104
Browse files Browse the repository at this point in the history
replace obsolete pycrypto with pycryptodome in Python 3.10.x easyconfigs
  • Loading branch information
boegel committed Feb 26, 2023
2 parents c5e130a + 545a571 commit 483d81f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
11 changes: 3 additions & 8 deletions easybuild/easyconfigs/p/Python/Python-3.10.4-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,9 @@ exts_list = [
'modulename': 'arff',
'checksums': ['3220d0af6487c5aa71b47579be7ad1d94f3849ff1e224af3bf05ad49a0b5c4da'],
}),
('pycrypto', '2.6.1', {
'modulename': 'Crypto',
'patches': ['pycrypto-2.6.1_remove-usr-include.patch'],
'checksums': [
'f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c', # pycrypto-2.6.1.tar.gz
# pycrypto-2.6.1_remove-usr-include.patch
'06c3d3bb290305e1360a023ea03f9281116c230de62382e6be9474996086712e',
],
('pycryptodome', '3.17', {
'modulename': 'Crypto.PublicKey.RSA',
'checksums': ['bce2e2d8e82fcf972005652371a3e8731956a0c1fbb719cc897943b3695ad91b'],
}),
('ecdsa', '0.17.0', {
'checksums': ['b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385ea68aa'],
Expand Down
11 changes: 3 additions & 8 deletions easybuild/easyconfigs/p/Python/Python-3.10.8-GCCcore-12.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,9 @@ exts_list = [
'modulename': 'arff',
'checksums': ['3220d0af6487c5aa71b47579be7ad1d94f3849ff1e224af3bf05ad49a0b5c4da'],
}),
('pycrypto', '2.6.1', {
'modulename': 'Crypto',
'patches': ['pycrypto-2.6.1_remove-usr-include.patch'],
'checksums': [
{'pycrypto-2.6.1.tar.gz': 'f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c'},
{'pycrypto-2.6.1_remove-usr-include.patch':
'06c3d3bb290305e1360a023ea03f9281116c230de62382e6be9474996086712e'},
],
('pycryptodome', '3.17', {
'modulename': 'Crypto.PublicKey.RSA',
'checksums': ['bce2e2d8e82fcf972005652371a3e8731956a0c1fbb719cc897943b3695ad91b'],
}),
('ecdsa', '0.18.0', {
'checksums': ['190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49'],
Expand Down

0 comments on commit 483d81f

Please sign in to comment.