summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-03-17 15:48:51 -0400
committerGitHub <noreply@github.com>2020-03-17 15:48:51 -0400
commitb9ff0dc950558ecd2a8469eded26bd6ae4082771 (patch)
tree0d411916b0fc90475bf9fd6d00dcef5c8426c2b4 /requirements.txt
parent309e9a3cb33a16721d87650f9c1b50709e507356 (diff)
downloadvyos-cloud-init-b9ff0dc950558ecd2a8469eded26bd6ae4082771.tar.gz
vyos-cloud-init-b9ff0dc950558ecd2a8469eded26bd6ae4082771.zip
cloudinit: remove six from packaging/tooling (#253)
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index dd10d85d..5817da3b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -32,6 +32,3 @@ jsonpatch
# For validating cloud-config sections per schema definitions
jsonschema
-
-# For Python 2/3 compatibility
-six