diff options
author | José Valim <[email protected]> | 2017-03-24 20:18:57 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-03-24 20:18:57 +0100 |
commit | f8b173ace100e6c65f9e9936b9617fc26e92b074 (patch) | |
tree | 3bc89a140bbaf7b79caa0d7b9c0645b3fe252e3d /lib | |
parent | 513a14e3f8225aa35ced7c0a1753d287bae1b707 (diff) | |
download | otp-f8b173ace100e6c65f9e9936b9617fc26e92b074.tar.gz otp-f8b173ace100e6c65f9e9936b9617fc26e92b074.tar.bz2 otp-f8b173ace100e6c65f9e9936b9617fc26e92b074.zip |
Remove inets from runtime dependencies in tools
Commit d8ff1e3 removed cover_web and therefore
tools no longer depends on inets.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tools/src/tools.app.src | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/tools/src/tools.app.src b/lib/tools/src/tools.app.src index 4c7dd24006..17b1d06686 100644 --- a/lib/tools/src/tools.app.src +++ b/lib/tools/src/tools.app.src @@ -41,7 +41,6 @@ ] }, {runtime_dependencies, ["stdlib-3.1","runtime_tools-1.8.14", - "kernel-3.0","inets-5.10","erts-7.0", - "compiler-5.0"]} + "kernel-3.0","erts-7.0","compiler-5.0"]} ] }. |