Skip to content
Snippets Groups Projects
Commit 640d2f1c authored by Sam Yaple's avatar Sam Yaple
Browse files

Removed unneeded pip installs

Change-Id: Idc0c118ed0153c549990166931bcdb6cf250abbb
Closes-Bug: #1480438
parent a20fbed2
No related branches found
No related tags found
No related merge requests found
...@@ -103,11 +103,7 @@ RUN yum install -y \ ...@@ -103,11 +103,7 @@ RUN yum install -y \
python-webtest \ python-webtest \
python-werkzeug \ python-werkzeug \
python-wsme \ python-wsme \
&& yum clean all \ && yum clean all
&& pip install oslo.service \
&& pip install oslo.reports \
&& pip install cachetools \
&& pip install futurist
# TODO(inc0): when oslo_service lands in delorean, change pip to yum # 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 # necessary until https://bugzilla.redhat.com/show_bug.cgi?id=1229477 is fixed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment