diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-21 19:38:29 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-21 19:38:29 -0700 |
commit | eec668c2256fc32a8d0879e1d91340d307c0971f (patch) | |
tree | 4d96599aa3bb8e47ae9d1c9ca62975a47de13a2b /Requires | |
parent | 0fc887d97626132e9024490b271888bed162c867 (diff) | |
download | vyos-cloud-init-eec668c2256fc32a8d0879e1d91340d307c0971f.tar.gz vyos-cloud-init-eec668c2256fc32a8d0879e1d91340d307c0971f.zip |
Fix the requires after using requests.
Diffstat (limited to 'Requires')
-rw-r--r-- | Requires | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,5 +22,5 @@ pyyaml # The new main entrypoint uses argparse instead of optparse argparse -# Urllib3 handles ssl correctly! -urllib3 +# Requests handles ssl correctly! +requests |