Remove epel-release / python-pip from role

These are dependencies our role requires. As such, they should be
installed by the user.

Change-Id: I71275b1de839834e9217534229b6e50aa66934bd
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-09-03 20:55:13 -04:00
parent e41e5f8ff8
commit d93d1b0ff4
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
5 changed files with 6 additions and 10 deletions

View File

@ -17,6 +17,8 @@ Shade is a simple client library for operating OpenStack clouds.
Requirements
------------
See `bindep.txt` for role dependencies.
Packages
~~~~~~~~

View File

@ -0,0 +1,4 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
python-pip

View File

@ -17,14 +17,6 @@
shade_build_depends: "{{ __shade_build_depends | list }}"
when: shade_build_depends is not defined
# NOTE(pabelanger): This needs to be here for now, since we need python-pip.
- name: Ensure EPEL is enabled.
package:
name: epel-release
state: installed
when: (shade_install_method == 'git' or shade_install_method == 'pip') and
ansible_os_family == 'RedHat'
- name: Ensure build dependencies are installed.
package:
name: "{{ item }}"

View File

@ -14,4 +14,3 @@
---
__shade_build_depends:
- git
- python-pip

View File

@ -14,4 +14,3 @@
---
__shade_build_depends:
- git
- python-pip