Don't install gear_build_depends for pip

When installing gear from pip (pypi.python.org) there is no need
to install the build dependenies as we download the wheel.

Change-Id: Idc5971a3a98ca5c5949a0d4ea8688b4dc0910eea
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-13 22:15:59 -04:00
parent 152cfe5c6f
commit 59e4d538f2
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: "{{ gear_build_depends }}"
when: gear_install_method == 'git' or gear_install_method == 'pip'
when: gear_install_method == 'git'
- include: "install/{{ gear_install_method }}.yaml"