From 0261e4d9e9f59100409fe1e19ad834cf9565a109 Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Tue, 4 May 2021 18:06:42 +0200
Subject: [PATCH] Useless pysuffix from a bygone merge of easyconfigs

---
 ...sion-0.8.2-gcccoremkl-9.3.0-2020.2.254-GPU-Python-3.8.5.eb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Golden_Repo/t/torchvision/torchvision-0.8.2-gcccoremkl-9.3.0-2020.2.254-GPU-Python-3.8.5.eb b/Golden_Repo/t/torchvision/torchvision-0.8.2-gcccoremkl-9.3.0-2020.2.254-GPU-Python-3.8.5.eb
index 92a13769b..5addb1646 100644
--- a/Golden_Repo/t/torchvision/torchvision-0.8.2-gcccoremkl-9.3.0-2020.2.254-GPU-Python-3.8.5.eb
+++ b/Golden_Repo/t/torchvision/torchvision-0.8.2-gcccoremkl-9.3.0-2020.2.254-GPU-Python-3.8.5.eb
@@ -2,10 +2,8 @@ easyblock = 'PythonPackage'
 
 name = 'torchvision'
 version = '0.8.2'
-pysuffix = '-Python-%(pyver)s'
 versionsuffix = '-Python-%(pyver)s'
 
-
 homepage = 'http://pytorch.org/'
 description = """The torchvision package consists of popular datasets, model architectures, and common image
 transformations for computer vision."""
@@ -25,7 +23,7 @@ sources = [
 
 dependencies = [
     ('Python', '3.8.5'),
-    ('SciPy-Stack', '2020', pysuffix),
+    ('SciPy-Stack', '2020', versionsuffix),
     ('PyTorch', '1.7.0', versionsuffix),
     ('Pillow-SIMD', '7.0.0.post3', versionsuffix),
 ]
-- 
GitLab