Merge "Fix the incorrectly removed dependent packages"

This commit is contained in:
Jenkins 2016-02-18 15:13:23 +00:00 committed by Gerrit Code Review
commit 833cc21cc7

@ -17,7 +17,7 @@ RUN yum -y install \
python-devel \ python-devel \
openssh-clients \ openssh-clients \
&& yum clean all \ && yum clean all \
&& yum -y remove pytz && rpm -e --nodeps pytz
{% elif base_distro in ['ubuntu', 'debian'] %} {% elif base_distro in ['ubuntu', 'debian'] %}