Added general pkg req for novnc.

This commit is contained in:
Joshua Harlow 2012-02-15 17:21:16 -08:00
parent 6fd649ad60
commit e576269dae

View File

@ -36,7 +36,7 @@ APP_OPTIONS = {
}
#the pkg json files no-vnc requires for installation
REQ_PKGS = ['n-vnc.json']
REQ_PKGS = ['general.json', 'n-vnc.json']
#pip files that no-vnc requires
REQ_PIPS = ['general.json', 'n-vnc.json']