Skip to content

Commit 14ae0e0

Browse files
Kerilkalalazo
andauthored
py-py-spy: fix dependency on libunwind (#31013)
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
1 parent 516587a commit 14ae0e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • var/spack/repos/builtin/packages/py-py-spy

var/spack/repos/builtin/packages/py-py-spy/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class PyPySpy(Package):
2020
# CargoPackage base class.
2121
depends_on('rust', type='build')
2222
depends_on('unwind')
23+
depends_on('libunwind components=ptrace', when='^libunwind')
2324

2425
def install(self, spec, prefix):
2526
cargo = which('cargo')

0 commit comments

Comments
 (0)