From e716e04fd0cecb572349b7768dfc5f2a37a5b51e Mon Sep 17 00:00:00 2001 From: bendia Date: Sun, 7 Feb 2021 11:05:11 +0100 Subject: [PATCH] Replace dependencie python-dev with python3-dev to avoid compilation failure --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 0ea3632..6270e87 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 () {