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:
commit
f428a6684e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue