diff options
author | Andrew Jorgensen <ajorgens@amazon.com> | 2017-10-02 12:53:56 -0600 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2017-10-02 12:53:56 -0600 |
commit | f010594beb75e146091db47b7d72d1fc1d763e98 (patch) | |
tree | fa5e47e7d5a53229844be68ee1d47ec784e6603d /tools | |
parent | d32049993a8e719c52cb491dd8cc7935bfede2d3 (diff) | |
download | vyos-cloud-init-f010594beb75e146091db47b7d72d1fc1d763e98.tar.gz vyos-cloud-init-f010594beb75e146091db47b7d72d1fc1d763e98.zip |
Remove prettytable dependency, introduce simpletable
The first revision of this rendered tables with less decoration but there
was a desire upstream to avoid possibly breaking some parsing someone
might be doing, so it has been revised to render the same as prettytable
for the cases cloud-init actually uses.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/build-on-freebsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/build-on-freebsd b/tools/build-on-freebsd index ff9153ad..d23fde2b 100755 --- a/tools/build-on-freebsd +++ b/tools/build-on-freebsd @@ -18,7 +18,6 @@ pkgs=" py27-jsonpatch py27-jsonpointer py27-oauthlib - py27-prettytable py27-requests py27-serial py27-six |