mirror of
https://github.com/YunoHost-Apps/couchpotato_ynh.git
synced 2024-09-03 18:16:22 +02:00
Merge pull request #15 from YunoHost-Apps/bullseye
Fix bullseye dependencies
This commit is contained in:
commit
3c57e58bc6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ python_version_path="$pyenv_install_dir/versions"
|
||||||
export PYENV_ROOT="$pyenv_install_dir"
|
export PYENV_ROOT="$pyenv_install_dir"
|
||||||
|
|
||||||
# Required dependencies
|
# 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.
|
# Load the version of Python for an app, and set variables.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue