1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00

Don't depend on python, this breaks install on bullseye

This commit is contained in:
Alexandre Aubin 2021-06-05 04:15:09 +02:00 committed by GitHub
parent 9ae6ee3553
commit 05788544d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
MEMORY_NEEDED="2560"
# dependencies used by the app
pkg_dependencies="build-essential python ffmpeg redis-server redis-tools postgresql postgresql-contrib"
pkg_dependencies="build-essential ffmpeg redis-server redis-tools postgresql postgresql-contrib"
NODEJS_VERSION="12"