Add dependencies for cryptography

Change-Id: I63b7efc08bf9ac2d29593b65caac760fc7433e85
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-05-25 13:50:59 -04:00
parent e7af59e895
commit 05f6dbb937
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
3 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,8 @@ __zuul_build_depends:
- gcc
- gcc-c++
- git
- libffi-devel
- openssl-devel
- python-devel
__zuul_file_zuul_executor_service_dest: /etc/systemd/system/zuul-executor.service

View File

@ -15,6 +15,8 @@
__zuul_build_depends:
- build-essential
- git
- libffi-dev
- libssl-dev
- python-dev
__zuul_file_zuul_executor_service_dest: /etc/init.d/zuul-executor

View File

@ -15,6 +15,8 @@
__zuul_build_depends:
- build-essential
- git
- libffi-dev
- libssl-dev
- python-dev
__zuul_file_zuul_executor_service_dest: /etc/systemd/system/zuul-executor.service