We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516587a commit 14ae0e0Copy full SHA for 14ae0e0
1 file changed
var/spack/repos/builtin/packages/py-py-spy/package.py
@@ -20,6 +20,7 @@ class PyPySpy(Package):
20
# CargoPackage base class.
21
depends_on('rust', type='build')
22
depends_on('unwind')
23
+ depends_on('libunwind components=ptrace', when='^libunwind')
24
25
def install(self, spec, prefix):
26
cargo = which('cargo')
0 commit comments