From f5f430ff15b88e3c614ca58fba832b89982f5725 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 13 Aug 2021 15:16:09 +0200 Subject: [PATCH] Fix bullseye dependencies --- scripts/ynh_install_python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ynh_install_python b/scripts/ynh_install_python index 2e14390..9abf71e 100644 --- a/scripts/ynh_install_python +++ b/scripts/ynh_install_python @@ -14,7 +14,7 @@ python_version_path="$pyenv_install_dir/versions" export PYENV_ROOT="$pyenv_install_dir" # Required dependencies -pyenv_dependencies="build-essential libssl1.0-dev|libssl-dev zlib1g-dev libbz2-dev libreadline-dev|libedit-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl git" +pyenv_dependencies="build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev|libedit-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git" # Load the version of Python for an app, and set variables. #