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
parent 0c9b061179
commit e716e04fd0

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 () {