Merge "Remove matplotlib dependencies"

This commit is contained in:
Jenkins 2016-06-15 16:00:33 +00:00 committed by Gerrit Code Review
commit 6b22d67596

View File

@ -7,13 +7,6 @@
yum: name=python-devel state=present
become: true
- name: Install browbeat matplotlib dependencies
yum: name={{ item }} state=present
become: true
with_items:
- freetype-devel
- libpng-devel
- name: Install pip
easy_install: name=pip
become: true