From 0e2bcc93cb8a8d790178c71d8214016c2a2029e7 Mon Sep 17 00:00:00 2001 From: Athanasios Karmas <karmas@athenarc.gr> Date: Fri, 8 Apr 2022 08:19:20 +0000 Subject: [PATCH] minor correction to package --- packages/py-hippounit/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/py-hippounit/package.py b/packages/py-hippounit/package.py index 901ba81e..1b82e323 100644 --- a/packages/py-hippounit/package.py +++ b/packages/py-hippounit/package.py @@ -18,4 +18,4 @@ class PyHippounit(PythonPackage): depends_on('python@3.6.9:') depends_on('py-sciunit@0.2.5.1:', type=('build', 'run')) - depends_on('efel@4.0.4:', type=('build', 'run')) + depends_on('py-efel@4.0.4:', type=('build', 'run')) -- GitLab