From 75bbb0ac50375e31c461eeae7da3e2d9b4a9e7d3 Mon Sep 17 00:00:00 2001
From: Athanasios Karmas <karmas@athenarc.gr>
Date: Tue, 5 Apr 2022 10:02:25 +0200
Subject: [PATCH] fixed py-cerebunit/package.py

---
 packages/py-cerebunit/package.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/py-cerebunit/package.py b/packages/py-cerebunit/package.py
index f0c9e649..4d8e9191 100644
--- a/packages/py-cerebunit/package.py
+++ b/packages/py-cerebunit/package.py
@@ -22,7 +22,7 @@ class PyCerebunit(PythonPackage):
     depends_on('py-cerebstats', type=('build', 'run'))
     depends_on('py-numpy', type=('build', 'run'))
     depends_on('py-scipy', type=('build', 'run'))
-    depends_on('py-quantities', type='build', 'run')
+    depends_on('py-quantities', type=('build', 'run'))
     depends_on('py-sciunit', type=('build', 'run'))
     depends_on('py-pynwb@1.0.2', type=('build', 'run'))
     depends_on('py-hdmf@1.0.3', type=('build', 'run'))
-- 
GitLab