Browse code

Add 'bc' to files/apts/general

After commit def4c141, "bc" command is used in stack.sh,
but 'bc' command is not available in very minimal Ubuntu
installation (without any tasks installed).
We need to add 'bc' to required package list.

Closes-Bug: #1272914
Change-Id: I5797707e8eaa9dd2a21d1a1fc3af028d1951a2ee

Akihiro Motoki authored on 2014/01/26 22:57:47
Showing 1 changed files
... ...
@@ -21,3 +21,4 @@ euca2ools # only for testing client
21 21
 tar
22 22
 python-cmd2 # dist:precise
23 23
 python2.7
24
+bc