Skip to content

Commit 7d1d101

Browse files
Try to fix spack failure.
1 parent 30ce4c3 commit 7d1d101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshing/packages/qtpython/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Qtpython(CMakePackage):
1616
git = 'https://github.com/LIHPC-Computational-Geometry/qtpython.git'
1717
maintainers = ['meshing_team']
1818

19-
depends_on('guitoolkitsvariables', type=('build'))
19+
depends_on('guitoolkitsvariables', type=('build', 'link'))
2020
depends_on('qtutil@5: +shared', type=('build', 'link'), when='+shared')
2121
depends_on('qtutil@5: ~shared', type=('build', 'link'), when='~shared')
2222
depends_on('pythonutil@5: +shared', type=('build', 'link'), when='+shared')

0 commit comments

Comments
 (0)