Browse Source

certifi must be compiled during initial bootstrap

fix #790
pull/789/head
Benoit Chesneau 9 years ago
parent
commit
32c9a39cd6
2 changed files with 3 additions and 1 deletions
  1. +2
    -1
      bootstrap
  2. +1
    -0
      rebar.lock

+ 2
- 1
bootstrap View File

@ -15,7 +15,8 @@ main(_Args) ->
%% Fetch and build deps required to build rebar3
BaseDeps = [{providers, []}
,{getopt, []}
,{erlware_commons, ["ec_dictionary.erl", "ec_vsn.erl"]}],
,{erlware_commons, ["ec_dictionary.erl", "ec_vsn.erl"]}
,{certifi, []}],
Deps = get_deps(),
[fetch_and_compile(Dep, Deps) || Dep <- BaseDeps],

+ 1
- 0
rebar.lock View File

@ -1,4 +1,5 @@
[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.4">>},0},
{<<"certifi">>,{pkg,<<"certifi">>,<<"0.1.1">>},0},
{<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.15.0">>},0},
{<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0},
{<<"providers">>,{pkg,<<"providers">>,<<"1.5.0">>},0},

Loading…
Cancel
Save