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 <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-03-06 11:46:27 -05:00
parent e10ff85f31
commit 986be545cd
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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