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:
Paul Belanger 2018-04-12 22:14:49 -04:00
parent 65e23fa622
commit 6f0e13b909
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

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