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

Merge pull request #11 from YunoHost-Apps/no-python-dep

Don't depend on 'python', this breaks install on bullseye
This commit is contained in:
Éric Gaspar 2021-06-05 07:07:53 +02:00 committed by GitHub
commit f428a6684e
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"