Revert "Don't install zuul_build_depends for pip"
Until we actually provide wheels for all dependencies, we have to
revert this.
This reverts commit 6f0e13b909
.
Change-Id: I221a7474f5b52059125a7480f432a5ac3b3b648e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
0042469bc4
commit
3a377a0f25
@ -22,7 +22,7 @@
|
||||
package:
|
||||
name: "{{ zuul_build_depends }}"
|
||||
state: installed
|
||||
when: zuul_install_method == 'git'
|
||||
when: zuul_install_method == 'git' or zuul_install_method == 'pip'
|
||||
|
||||
- name: Define zuul_pip_executable if needed.
|
||||
set_fact:
|
||||
|
Loading…
Reference in New Issue
Block a user