Don't install diskimage_builder_build_depends for pip
When installing diskimage-buider from pip (pypi.python.org) there is no need to install the build dependencies as we download the wheel. Change-Id: I8a40bee4701bd72482e10ec5faf054ead26cbddb Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
a869c8661e
commit
c4a7ba26bb
@ -33,7 +33,7 @@
|
||||
name: "{{ item }}"
|
||||
state: installed
|
||||
with_items: "{{ diskimage_builder_build_depends }}"
|
||||
when: diskimage_builder_install_method == 'git' or diskimage_builder_install_method == 'pip'
|
||||
when: diskimage_builder_install_method == 'git'
|
||||
|
||||
- name: Ensure dependencies are installed.
|
||||
become: yes
|
||||
|
Loading…
Reference in New Issue
Block a user