python-ipython_ipykernel: broken on aarch64 builder.

This commit is contained in:
Leah Neukirchen 2017-08-28 14:52:27 +02:00
parent 286f5ae676
commit a2fc7b4ceb
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ license="3-clause-BSD"
distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz"
checksum=2e1825aca4e2585b5adb7953ea16e53f53a62159ed49952a564b1e23507205db
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/4765/steps/shell_3/logs/stdio"
esac
post_install() {
for v in 2 3; do
sed -i "s,python,&${v}," ${DESTDIR}/usr/share/jupyter/kernels/python${v}/kernel.json