diff --git a/community/jupyter-notebook-shim/APKBUILD b/community/jupyter-notebook-shim/APKBUILD index efde8da27812d9908b58223f7b40bc943f54b965..79781dc82530341279f7714abeb5dc3485a563e7 100644 --- a/community/jupyter-notebook-shim/APKBUILD +++ b/community/jupyter-notebook-shim/APKBUILD @@ -5,8 +5,7 @@ pkgver=0.2.4 pkgrel=1 pkgdesc="Shim layer for notebook traits and config" url="https://github.com/jupyter/notebook_shim" -# s390x, ppc64le, loongarch64: no jupyter-server -arch="noarch !armhf !s390x !ppc64le !loongarch64" +arch="noarch" license="BSD-3-Clause" depends="jupyter-server" makedepends="py3-gpep517 py3-installer py3-hatchling"