1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-27 14:03:40 +03:00

bug #4618: do not install json rubygem

(cherry picked from commit 8cd9a1d087f9e7a53716d0e81dc191255ce7c206)
This commit is contained in:
Javi Fontan 2016-07-04 14:57:57 +02:00
parent 0e7bf16109
commit d24dfa91cf

View File

@ -32,13 +32,13 @@ DEFAULT = DEFAULT_PRE if !defined?(DEFAULT)
GROUPS={
:quota => [SQLITE, 'sequel'],
:sunstone => ['json', RACK, 'sinatra', 'thin', 'memcache-client',
:sunstone => [RACK, 'sinatra', 'thin', 'memcache-client',
ZENDESK_API, SQLITE],
:cloud => %w{amazon-ec2 sinatra thin uuidtools curb json} << RACK,
:cloud => %w{amazon-ec2 sinatra thin uuidtools curb} << RACK,
:hybrid => %w{configparser azure},
:auth_ldap => LDAP,
:vmware => %w{builder trollop},
:oneflow => ['sinatra', 'json', TREETOP, 'parse-cron'],
:oneflow => ['sinatra', TREETOP, 'parse-cron'],
:ec2_hybrid => 'aws-sdk --version "= 1.66"',
:oca => 'ox',
:market => 'aws-sdk',