Don't install nodepool_build_depends for pip

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

Change-Id: I60c87135e8d5d83c3bf810835e18926d2ad0e103
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-12 18:31:58 -04:00
parent 5efd428d9e
commit 6a95700860
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: "{{ nodepool_build_depends }}"
when: nodepool_install_method == 'git' or nodepool_install_method == 'pip'
when: nodepool_install_method == 'git'
- include: "install/{{ nodepool_install_method }}.yaml"