user/paperless-ngx: disable due to uvicorn
This commit is contained in:
parent
396c98208d
commit
a362d7747a
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ url="https://github.com/paperless-ngx/paperless-ngx"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
# s390x: ocrmypdf py3-joblib py3-scikit-learn py3-watchfiles
|
# s390x: ocrmypdf py3-joblib py3-scikit-learn py3-watchfiles
|
||||||
# armhf / ppc64le: py3-uvloop
|
# armhf / ppc64le: py3-uvloop
|
||||||
arch="noarch !s390x !armhf !ppc64le"
|
# all: uvicorn doesn't yet work with websockets 14
|
||||||
|
# arch="noarch !s390x !armhf !ppc64le"
|
||||||
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-install"
|
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-install"
|
||||||
depends="
|
depends="
|
||||||
file
|
file
|
||||||
|
|
Loading…
Reference in a new issue