Skip to content

Commit

Permalink
Closes-Bug: #1660765 - Install issues due to libpython version change…
Browse files Browse the repository at this point in the history
… upstream

The version changed to 0.3 upstream and this caused strict check install to fail

Change-Id: I4b6af1fb61ec020cc405433cd9c7c0cd1ac887ad
  • Loading branch information
nitishkrishna committed Feb 13, 2017
1 parent 1344d72 commit 23dd6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/deb_server_manager_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ if [ "$SM" != "" ]; then

#TODO: To be Removed after local repo additions
if [ ${rel[1]} == "14.04" ]; then
apt-get --no-install-recommends -y install libpython2.7=2.7.6-8ubuntu0.2 >> $log_file 2>&1
apt-get --no-install-recommends -y install libpython2.7>=2.7.6-8ubuntu0.2 >> $log_file 2>&1
fi
apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" install puppet-common="3.7.3-1puppetlabs1" puppetmaster-common="3.7.3-1puppetlabs1" >> $log_file 2>&1
cp /opt/contrail/contrail_server_manager/puppet.conf /etc/puppet/
Expand Down

0 comments on commit 23dd6cd

Please sign in to comment.