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

remove dev packages

This commit is contained in:
Jean-Baptiste Holcroft 2018-09-03 23:49:21 +02:00
parent 787894fb1c
commit b780476d9d
3 changed files with 3 additions and 6 deletions

View file

@ -57,8 +57,7 @@ ynh_app_setting_set "$app" port "$port"
#=================================================
ynh_install_app_dependencies dh-autoreconf \
python-pip python-dev python-lxml python-imaging python-virtualenv \
libxslt-dev libjpeg-dev libxml2-dev
python-pip python-dev python-lxml python-imaging python-virtualenv
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE

View file

@ -77,8 +77,7 @@ chmod 600 "$final_path/config.ini"
# Define and install dependencies
ynh_install_app_dependencies dh-autoreconf \
python-pip python-dev python-lxml python-imaging python-virtualenv \
libxslt-dev libjpeg-dev libxml2-dev
python-pip python-dev python-lxml python-imaging python-virtualenv
#=================================================
# INSTALL NODEJS

View file

@ -66,8 +66,7 @@ path_url=$(ynh_normalize_url_path $path_url)
#=================================================
ynh_install_app_dependencies dh-autoreconf \
python-pip python-dev python-lxml python-imaging python-virtualenv \
libxslt-dev libjpeg-dev libxml2-dev
python-pip python-dev python-lxml python-imaging python-virtualenv
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE