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:
parent
787894fb1c
commit
b780476d9d
3 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue