From 30a59e35e57a5cc1ab5fdca553d5dbdf9a487af8 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Sun, 14 Jul 2024 05:11:38 +0000 Subject: [PATCH] community/jupyter-notebook-shim: enable on all architectures --- community/jupyter-notebook-shim/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/community/jupyter-notebook-shim/APKBUILD b/community/jupyter-notebook-shim/APKBUILD index efde8da27812..79781dc82530 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" -- GitLab