From 994e55aabb4fac0ccf9e705e730190472ce45c38 Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Tue, 4 Jul 2023 15:01:07 +0200
Subject: [PATCH] drop dependency on py-backports-functools-lru-cache

---
 packages/py-bluepymm/package.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/py-bluepymm/package.py b/packages/py-bluepymm/package.py
index fd67efcd..9018c576 100644
--- a/packages/py-bluepymm/package.py
+++ b/packages/py-bluepymm/package.py
@@ -21,7 +21,8 @@ class PyBluepymm(PythonPackage):
     depends_on("py-matplotlib", type="run")
     # The below dependency should disappear once
     # the matplotlib package is fixed
-    depends_on("py-backports-functools-lru-cache", type="run", when="^python@:3.3.99")
+    # not needed with EBRAINS python version:
+    # depends_on("py-backports-functools-lru-cache", type="run", when="^python@:3.3.99")
     depends_on("py-pandas", type="run")
     depends_on("py-numpy", type="run")
     depends_on("py-ipyparallel", type="run")
-- 
GitLab