Skip to content

Commit

Permalink
add dependency on python-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvananda committed Jul 20, 2011
1 parent 92f5d65 commit 9611f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if [ "$CMD" == "install" ]; then
sudo apt-get install -y python-netaddr python-pastedeploy python-eventlet
sudo apt-get install -y python-novaclient python-glance python-cheetah
sudo apt-get install -y python-carrot python-tempita python-sqlalchemy
sudo apt-get install -y python-suds
sudo apt-get install -y python-suds python-lockfile


if [ "$USE_IPV6" == 1 ]; then
Expand Down

0 comments on commit 9611f9a

Please sign in to comment.