From 986be545cd19084acdf57e802279b76c365579ca Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 6 Mar 2018 11:46:27 -0500 Subject: [PATCH] Update __zuul_build_depends for python3 Zuul only support python3 now, be more specific on which version of python we install. Change-Id: Idf240475c6c9761064a12b94613d9c08fa85fdaf Signed-off-by: Paul Belanger --- vars/redhat.yaml | 2 +- vars/ubuntu.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/redhat.yaml b/vars/redhat.yaml index ca97259..30acb9b 100644 --- a/vars/redhat.yaml +++ b/vars/redhat.yaml @@ -18,7 +18,7 @@ __zuul_build_depends: - git - libffi-devel - openssl-devel - - python-devel + - python3-devel __zuul_file_zuul_executor_service_dest: /etc/systemd/system/zuul-executor.service __zuul_file_zuul_executor_service_mode: 0644 diff --git a/vars/ubuntu.yaml b/vars/ubuntu.yaml index 0bfac2e..b9f5af7 100644 --- a/vars/ubuntu.yaml +++ b/vars/ubuntu.yaml @@ -17,7 +17,7 @@ __zuul_build_depends: - git - libffi-dev - libssl-dev - - python-dev + - python3-dev __zuul_file_zuul_executor_service_dest: /etc/systemd/system/zuul-executor.service __zuul_file_zuul_executor_service_mode: 0644