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

Add weboob dependency with pip

This is as suggested on https://framagit.org/bnjbvr/kresus/issues/515#note_121115
This commit is contained in:
J. Fernando Lagrange 2017-09-04 20:10:40 +02:00
parent 822f1391b3
commit 902ae9e44f
2 changed files with 2 additions and 1 deletions

View file

@ -19,6 +19,7 @@ app=$YNH_APP_INSTANCE_NAME
# Install dependencies
sudo apt-get update
sudo apt-get install nodejs-legacy npm python-weboob-core python-imaging -y -qq
sudo pip install weboob
# Build the app
src_path=/home/yunohost.app/$app