Removed unneeded pip installs

Change-Id: Idc0c118ed0153c549990166931bcdb6cf250abbb
Closes-Bug: #1480438
This commit is contained in:
Sam Yaple 2015-07-31 19:31:53 +00:00
parent a20fbed252
commit 640d2f1cad

View File

@ -103,11 +103,7 @@ RUN yum install -y \
python-webtest \
python-werkzeug \
python-wsme \
&& yum clean all \
&& pip install oslo.service \
&& pip install oslo.reports \
&& pip install cachetools \
&& pip install futurist
&& yum clean all
# TODO(inc0): when oslo_service lands in delorean, change pip to yum
# necessary until https://bugzilla.redhat.com/show_bug.cgi?id=1229477 is fixed