summaryrefslogtreecommitdiff
path: root/packages/pkg-deps.json
diff options
context:
space:
mode:
authorAndrew Jorgensen <ajorgens@amazon.com>2017-10-02 12:53:56 -0600
committerChad Smith <chad.smith@canonical.com>2017-10-02 12:53:56 -0600
commitf010594beb75e146091db47b7d72d1fc1d763e98 (patch)
treefa5e47e7d5a53229844be68ee1d47ec784e6603d /packages/pkg-deps.json
parentd32049993a8e719c52cb491dd8cc7935bfede2d3 (diff)
downloadcloud-init-git-f010594beb75e146091db47b7d72d1fc1d763e98.tar.gz
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.json3
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"