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:
parent
e10ff85f31
commit
986be545cd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user