1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/octoprint_ynh.git synced 2024-09-03 19:46:26 +02:00

Replace dependencie python-dev with python3-dev to avoid compilation failure

This commit is contained in:
bendia 2021-02-07 11:05:11 +01:00 committed by Alexis Lothoré
parent a2ce9e4aed
commit 4a7145bab8

View file

@ -3,7 +3,7 @@
#
# Package dependencies
PKG_DEPENDENCIES="python python-pip python-dev python-setuptools python-virtualenv libyaml-dev build-essential"
PKG_DEPENDENCIES="python python-pip python3-dev python-setuptools python-virtualenv libyaml-dev build-essential"
# Check if directory/file already exists (path in argument)
myynh_check_path () {