diff options
author | Joan Touzet <joant@atypical.net> | 2020-04-28 14:31:06 -0400 |
---|---|---|
committer | Joan Touzet <wohali@users.noreply.github.com> | 2020-04-28 14:58:10 -0400 |
commit | 44e0f0fcb06727f0e41e1995fc7b24421457439d (patch) | |
tree | 128af65cc4d16208127585243f1e502e68aa9aa2 /rel | |
parent | 607f4c1f1095101980fe764550e7e3ca2b8f39b8 (diff) | |
download | couchdb-44e0f0fcb06727f0e41e1995fc7b24421457439d.tar.gz |
Drop os_mon from dependencies
Diffstat (limited to 'rel')
-rw-r--r-- | rel/reltool.config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rel/reltool.config b/rel/reltool.config index 796019298..6acba378b 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -19,7 +19,6 @@ crypto, inets, kernel, - os_mon, runtime_tools, sasl, ssl, @@ -77,7 +76,6 @@ {app, crypto, [{incl_cond, include}]}, {app, inets, [{incl_cond, include}]}, {app, kernel, [{incl_cond, include}]}, - {app, os_mon, [{incl_cond, include}]}, {app, public_key, [{incl_cond, include}]}, {app, runtime_tools, [{incl_cond, include}]}, {app, sasl, [{incl_cond, include}]}, |