From 5dcfee2730e633b03f277abdc7579c0c2681e059 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 19 Sep 2019 15:16:42 -0400 Subject: [PATCH] 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 --- vars/Debian.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.16.6