py-spy: broken on ppc

This commit is contained in:
q66 2022-12-17 00:25:43 +00:00
parent 57df5d7ac9
commit e6658d6cd2

View File

@ -15,6 +15,10 @@ homepage="https://github.com/benfred/py-spy"
distfiles="https://github.com/benfred/py-spy/archive/refs/tags/v${version}.tar.gz"
checksum=c01da8b74be0daba79781cfc125ffcd3df3a0d090157fe0081c71da2f6057905
case "$XBPS_TARGET_MACHINE" in
ppc) broken="error[E0425]: cannot find function get_interp_head_offset in module pyruntime";;
esac
pre_build() {
# fixes the usage of yanked versions of crates
cargo update --package quick-xml@0.23.0 --precise 0.23.1