diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-19 21:50:10 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-19 21:50:10 -0700 |
commit | dc2e7aa9ed143007a963a33dbb8e8efd79cc42ef (patch) | |
tree | 8a8cc4ff23d00e1658e2d02c757abefdd6e04835 /Requires | |
parent | 1f138d244b1402298d31adcbc6815eca12c89da9 (diff) | |
download | vyos-cloud-init-dc2e7aa9ed143007a963a33dbb8e8efd79cc42ef.tar.gz vyos-cloud-init-dc2e7aa9ed143007a963a33dbb8e8efd79cc42ef.zip |
Add dependency on argparse.
Diffstat (limited to 'Requires')
-rw-r--r-- | Requires | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |