diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-14 01:18:13 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-14 01:18:13 (EST) |
commit | a3ca6db8b0f026e5be6b8666dbb9b12dde1edf91 (patch) | |
tree | 862eae37c2ef13ad1755dc971a18ae07c61c017c | |
parent | fef9f6ce54c2f23277e541ebe1a364f1223dc41f (diff) |
base: Remove expect from dependencies
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | substvars | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,8 @@ config-libiquity-testbench (1.1) trunk * config-busybox-libiquity-testbench: Enable nc and sendmail. * config-base: Add opkg-lede to dependencies (currently needed by prokit during initial installation). + * config-base: Remove expect from dependencies (sendmail will be used + instead). -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 14 Jan 2021 00:33:38 -0500 @@ -7,7 +7,6 @@ Config-Base-Depends: cpuid, dialog-ncurses, terminfo-linux, edid-decode, - expect, stress, sensors, smartctl, |