commit | 485dd811f6da244c794171362c8ae59d2e6f2d38 | [log] [tgz] |
---|---|---|
author | Geronimo Orozco <geronimo.orozco@intel.com> | Fri Nov 29 23:53:32 2013 +0000 |
committer | Geronimo Orozco <geronimo.orozco@intel.com> | Fri Dec 06 10:44:48 2013 -0600 |
tree | 4b85d8c54ab3321bcd07d0dde8ab394611144a81 | |
parent | 271f38b313d031ca905b1d55459471820af70a71 [diff] |
Adds python2 to general packages to be installed devstack works only for python2 python3 will break the install. This commit adds python2 to the general dependencies of ubuntu Change-Id: I7721ff85a63f635ff798407a5ee1d6766405c683 Closes-Bug: #1188215
diff --git a/files/apts/general b/files/apts/general index fcf0b5b..aff687f 100644 --- a/files/apts/general +++ b/files/apts/general
@@ -20,3 +20,4 @@ euca2ools # only for testing client tar python-cmd2 # dist:precise +python2.7