From 7d1d1014f39a989dc0966aa95a720c79ce2aab6c Mon Sep 17 00:00:00 2001 From: CharlesPignerol <121161149+CharlesPignerol@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:17:58 +0100 Subject: [PATCH] Try to fix spack failure. --- meshing/packages/qtpython/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshing/packages/qtpython/package.py b/meshing/packages/qtpython/package.py index 5296715..186fa61 100644 --- a/meshing/packages/qtpython/package.py +++ b/meshing/packages/qtpython/package.py @@ -16,7 +16,7 @@ class Qtpython(CMakePackage): git = 'https://github.com/LIHPC-Computational-Geometry/qtpython.git' maintainers = ['meshing_team'] - depends_on('guitoolkitsvariables', type=('build')) + depends_on('guitoolkitsvariables', type=('build', 'link')) depends_on('qtutil@5: +shared', type=('build', 'link'), when='+shared') depends_on('qtutil@5: ~shared', type=('build', 'link'), when='~shared') depends_on('pythonutil@5: +shared', type=('build', 'link'), when='+shared')