From f036bf9c848c21a02e76ffb79d1becce5a25169e Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Thu, 23 Feb 2023 14:02:37 +0100
Subject: [PATCH] Fixes for python and scipy-bundle

---
 Golden_Repo/p/Python/Python-3.10.4-GCCcore-11.3.0.eb     | 9 ++-------
 .../SciPy-bundle-2022.05-gcccoremkl-11.3.0-2022.1.0.eb   | 8 ++------
 2 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/Golden_Repo/p/Python/Python-3.10.4-GCCcore-11.3.0.eb b/Golden_Repo/p/Python/Python-3.10.4-GCCcore-11.3.0.eb
index 8b36fe930..7cebb4fa6 100644
--- a/Golden_Repo/p/Python/Python-3.10.4-GCCcore-11.3.0.eb
+++ b/Golden_Repo/p/Python/Python-3.10.4-GCCcore-11.3.0.eb
@@ -99,14 +99,9 @@ exts_list = [
         'modulename': 'arff',
         'checksums': ['3220d0af6487c5aa71b47579be7ad1d94f3849ff1e224af3bf05ad49a0b5c4da'],
     }),
-    ('pycrypto', '2.6.1', {
+    ('pycryptodome', '3.17', {
         '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',
-        ],
+        'checksums': ['bce2e2d8e82fcf972005652371a3e8731956a0c1fbb719cc897943b3695ad91b'],
     }),
     ('ecdsa', '0.17.0', {
         'checksums': ['b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385ea68aa'],
diff --git a/Golden_Repo/s/SciPy-bundle/SciPy-bundle-2022.05-gcccoremkl-11.3.0-2022.1.0.eb b/Golden_Repo/s/SciPy-bundle/SciPy-bundle-2022.05-gcccoremkl-11.3.0-2022.1.0.eb
index 788dd8af5..3c50e33aa 100644
--- a/Golden_Repo/s/SciPy-bundle/SciPy-bundle-2022.05-gcccoremkl-11.3.0-2022.1.0.eb
+++ b/Golden_Repo/s/SciPy-bundle/SciPy-bundle-2022.05-gcccoremkl-11.3.0-2022.1.0.eb
@@ -77,12 +77,8 @@ exts_list = [
     ('mpmath', '1.2.1', {
         'checksums': ['79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a'],
     }),
-    ('deap', '1.3.1', {
-        'patches': ['deap-1.3.1_no_2to3.patch'],
-        'checksums': [
-            '11f54493ceb54aae10dde676577ef59fc52d52f82729d5a12c90b0813c857a2f',  # deap-1.3.1.tar.gz
-            '3fa9fac74b0750ac6667371ce0634c797d62d270c76eee9c258b55f4a5a5e689',  # deap-1.3.1_no_2to3.patch
-        ],
+    ('deap', '1.3.3', {
+        'checksums': ['8772f1b0fff042d5e516b0aebac2c706243045aa7d0de8e0b8658f380181cf31'],
     }),
 ]
 
-- 
GitLab