diff options
author | Feng Pan <fpan@redhat.com> | 2017-08-23 17:26:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-23 17:26:53 +0000 |
commit | c6f04a5dee991a131a49c2fde9c5990fe2edac4e (patch) | |
tree | 6385096492e6526bf091bae4f3b956a1e865fbba /lib/ansible/playbooks/build_dependencies.yml | |
parent | 52b4c2556b909a1e61b50f0ff75778bed962ba85 (diff) | |
parent | f4d388ea508ba00771e43a219ac64e0d430b73bd (diff) |
Merge "Migrates Apex to Python"
Diffstat (limited to 'lib/ansible/playbooks/build_dependencies.yml')
-rw-r--r-- | lib/ansible/playbooks/build_dependencies.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/ansible/playbooks/build_dependencies.yml b/lib/ansible/playbooks/build_dependencies.yml index dec8ab7c..afe12b74 100644 --- a/lib/ansible/playbooks/build_dependencies.yml +++ b/lib/ansible/playbooks/build_dependencies.yml @@ -11,15 +11,17 @@ libguestfs-tools,bsdtar,libvirt,yum-utils, python2-oslo-config,python2-debtcollector, make, python34-pip, python-virtualenv,libguestfs-tools-c, - supermin,supermin5,perl-Sys-Guestfs,python-libguestfs + supermin,supermin5,perl-Sys-Guestfs,python-libguestfs, + libvirt-devel,python34-docutils,python-docutils - name: Install Virtualization group yum: name: "@Virtualization Host" - - name: Install python ipmi from OPNFV artifacts - yum: - name: 'http://artifacts.opnfv.org/apex/dependencies/python3-ipmi-0.3.0-1.noarch.rpm' + - pip: + name: python-ipmi + executable: pip3.4 - pip: name: tox + executable: pip3.4 - pip: name: gitpython executable: pip3.4 |