From: Aric Gardner Date: Thu, 19 Sep 2019 19:16:42 +0000 (-0400) Subject: Ubuntu: Install all required libraries for Pyenv X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F61787%2F2;p=ansible%2Froles%2Fpython-install.git Ubuntu: Install all required libraries for Pyenv https://github.com/pyenv/pyenv/wiki/Common-build-problems ISSUE: IT-17316 Signed-off-by: Aric Gardner Change-Id: I6c3c2f4331abb92b85140dd333568379ceefc3ea --- diff --git a/vars/Debian.yml b/vars/Debian.yml index 5977b5e..bed9650 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -3,11 +3,13 @@ python_packages_distro: - libffi-dev - python - python-dev + - python-openssl - python-pip - python-setuptools - python-virtualenv - python3 - python3-dev + - python3-openssl - python3-pip - python3-setuptools - python3-virtualenv