Skip to content
Snippets Groups Projects
Commit f036bf9c authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Fixes for python and scipy-bundle

parent 572aac43
Branches
Tags
No related merge requests found
...@@ -99,14 +99,9 @@ exts_list = [ ...@@ -99,14 +99,9 @@ exts_list = [
'modulename': 'arff', 'modulename': 'arff',
'checksums': ['3220d0af6487c5aa71b47579be7ad1d94f3849ff1e224af3bf05ad49a0b5c4da'], 'checksums': ['3220d0af6487c5aa71b47579be7ad1d94f3849ff1e224af3bf05ad49a0b5c4da'],
}), }),
('pycrypto', '2.6.1', { ('pycryptodome', '3.17', {
'modulename': 'Crypto', 'modulename': 'Crypto',
'patches': ['pycrypto-2.6.1_remove-usr-include.patch'], 'checksums': ['bce2e2d8e82fcf972005652371a3e8731956a0c1fbb719cc897943b3695ad91b'],
'checksums': [
'f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c', # pycrypto-2.6.1.tar.gz
# pycrypto-2.6.1_remove-usr-include.patch
'06c3d3bb290305e1360a023ea03f9281116c230de62382e6be9474996086712e',
],
}), }),
('ecdsa', '0.17.0', { ('ecdsa', '0.17.0', {
'checksums': ['b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385ea68aa'], 'checksums': ['b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385ea68aa'],
......
...@@ -77,12 +77,8 @@ exts_list = [ ...@@ -77,12 +77,8 @@ exts_list = [
('mpmath', '1.2.1', { ('mpmath', '1.2.1', {
'checksums': ['79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a'], 'checksums': ['79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a'],
}), }),
('deap', '1.3.1', { ('deap', '1.3.3', {
'patches': ['deap-1.3.1_no_2to3.patch'], 'checksums': ['8772f1b0fff042d5e516b0aebac2c706243045aa7d0de8e0b8658f380181cf31'],
'checksums': [
'11f54493ceb54aae10dde676577ef59fc52d52f82729d5a12c90b0813c857a2f', # deap-1.3.1.tar.gz
'3fa9fac74b0750ac6667371ce0634c797d62d270c76eee9c258b55f4a5a5e689', # deap-1.3.1_no_2to3.patch
],
}), }),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment