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:
Paul Belanger 2018-04-26 10:16:46 -04:00
parent 0042469bc4
commit 3a377a0f25
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

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