vagrant: add openssl-devel to installation (Bug 1310800). r?mars draft
authorSteven MacLeod <smacleod@mozilla.com>
Mon, 17 Oct 2016 18:52:08 -0400
changeset 9711 a608eac51bcc0ceaf94f41ba9b8f2979fc10d964
parent 9710 fbb5bfd3b731bfcbe0f9a45b2135a36690ff8760
child 9712 9fc8c425fe27b62e1306c023b57f2994aa8b800d
push id1283
push usersmacleod@mozilla.com
push dateMon, 17 Oct 2016 22:56:24 +0000
reviewersmars
bugs1310800
vagrant: add openssl-devel to installation (Bug 1310800). r?mars New versions of the centos7 box require explicit installation of openssl-devel in order to compile python crypto. MozReview-Commit-ID: IPlFSL6SXiB
ansible/roles/vct-dev-environment/tasks/main.yml
--- a/ansible/roles/vct-dev-environment/tasks/main.yml
+++ b/ansible/roles/vct-dev-environment/tasks/main.yml
@@ -13,15 +13,16 @@
     - python-devel
     - python-virtualenv
     - xz-devel
     - libcurl-devel
     - libffi-devel
     - libxml2-devel
     - libxslt-devel
     - openldap-devel
+    - openssl-devel
     # mozreview test harness dependencies
     - mercurial
     - unzip
     # convenient packages for debugging on the host
     - htop
     - vim-common
     - python-pip