Ubuntu: Install all required libraries for Pyenv 87/61787/2
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 19 Sep 2019 19:16:42 +0000 (15:16 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 19 Sep 2019 20:14:06 +0000 (16:14 -0400)
https://github.com/pyenv/pyenv/wiki/Common-build-problems

ISSUE: IT-17316
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I6c3c2f4331abb92b85140dd333568379ceefc3ea

vars/Debian.yml

index 5977b5e..bed9650 100644 (file)
@@ -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