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 /packages/pkg-deps.json | |
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 'packages/pkg-deps.json')
-rw-r--r-- | packages/pkg-deps.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/pkg-deps.json b/packages/pkg-deps.json index 822d29d9..72409dd8 100644 --- a/packages/pkg-deps.json +++ b/packages/pkg-deps.json @@ -34,9 +34,6 @@ "jsonschema" : { "3" : "python34-jsonschema" }, - "prettytable" : { - "3" : "python34-prettytable" - }, "pyflakes" : { "2" : "pyflakes", "3" : "python34-pyflakes" |