Code Review
/
ansible
/
roles
/
python-install.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b476901
)
Ubuntu: Install all required libraries for Pyenv
87/61787/2
author
Aric Gardner
<agardner@linuxfoundation.org>
Thu, 19 Sep 2019 19:16:42 +0000
(15:16 -0400)
committer
Aric 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
patch
|
blob
|
history
diff --git
a/vars/Debian.yml
b/vars/Debian.yml
index
5977b5e
..
bed9650
100644
(file)
--- 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