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:
parent
9ae6ee3553
commit
05788544d5
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