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:
parent
a2ce9e4aed
commit
4a7145bab8
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Reference in a new issue