summaryrefslogtreecommitdiff
path: root/Requires
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-06-19 21:50:10 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-06-19 21:50:10 -0700
commitdc2e7aa9ed143007a963a33dbb8e8efd79cc42ef (patch)
tree8a8cc4ff23d00e1658e2d02c757abefdd6e04835 /Requires
parent1f138d244b1402298d31adcbc6815eca12c89da9 (diff)
downloadvyos-cloud-init-dc2e7aa9ed143007a963a33dbb8e8efd79cc42ef.tar.gz
vyos-cloud-init-dc2e7aa9ed143007a963a33dbb8e8efd79cc42ef.zip
Add dependency on argparse.
Diffstat (limited to 'Requires')
-rw-r--r--Requires2
1 files changed, 2 insertions, 0 deletions
diff --git a/Requires b/Requires
index e2ec8ff7..5a350900 100644
--- a/Requires
+++ b/Requires
@@ -23,3 +23,5 @@ configobj>=4.6
# All new style configurations are in the yaml format
pyyaml>=3.0
+# The new main entrypoint uses argparse instead of optparse
+argparse>=1.1