Ubuntu: Install all required libraries for Pyenv 85/61785/2
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 19 Sep 2019 19:16:23 +0000 (15:16 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 19 Sep 2019 21:12:05 +0000 (17:12 -0400)
https://github.com/pyenv/pyenv/wiki/Common-build-problems

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

vars/Debian.yaml

index a7a34b6..bd84e22 100644 (file)
@@ -1,8 +1,14 @@
 ---
 lf_recommended_tools_packages_distro:
-  - parallel
-  - netcat
+  - build-essential
+  - curl
+  - git
   - libdigest-sha-perl
   - libextutils-makemaker-cpanfile-perl
   - libxml-xpath-perl
+  - llvm
+  - netcat
+  - parallel
+  - tk-dev
+  - wget
   - xz-utils