Don't install zuul_build_depends for pip
When installing zuul from pip (pypi.python.org) there is no need to install the build dependenies as we download the wheel. Change-Id: I2c33e0a0a92b5b7386b952626200473cc77fbb93 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
65e23fa622
commit
6f0e13b909
@ -23,6 +23,6 @@
|
||||
name: "{{ item }}"
|
||||
state: installed
|
||||
with_items: "{{ zuul_build_depends }}"
|
||||
when: zuul_install_method == 'git' or zuul_install_method == 'pip'
|
||||
when: zuul_install_method == 'git'
|
||||
|
||||
- include: "install/{{ zuul_install_method }}.yaml"
|
||||
|
Loading…
x
Reference in New Issue
Block a user