Skip to content
Snippets Groups Projects
Commit a4e29f66 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Removed unneeded pip installs"

parents 3970c456 640d2f1c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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