diff options
author | Joshua Harlow <harlowja@gmail.com> | 2016-07-18 17:00:56 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2016-07-18 17:00:56 -0700 |
commit | 676445299dae888b357a821eae2ae6a9db49b90d (patch) | |
tree | 154e1e1bac04f91645689ac93d6f75d526085143 /cloudinit/config | |
parent | d86e75313524298e52469d4e55fa945ec731e938 (diff) | |
parent | 35b902c05711c8637999ad3fb72d5e04aae36dad (diff) | |
download | vyos-cloud-init-676445299dae888b357a821eae2ae6a9db49b90d.tar.gz vyos-cloud-init-676445299dae888b357a821eae2ae6a9db49b90d.zip |
Avoid depending on argparse in 2.7 or greater
At least (currently) for rhel7 the argparse package does
not get installed (even though rpm say it is installed by
the python core package) and this causes things that mention
argparse in there requirements to not believe that argparse
is installed (even though it is) so to avoid this whole mess
we can just avoid depending on argparse in python versions
where we don't need to (since it was included in the stdlib
in python 2.7+)
Diffstat (limited to 'cloudinit/config')
0 files changed, 0 insertions, 0 deletions