diff options
author | Ryan Harper <ryan.harper@canonical.com> | 2017-06-08 13:01:09 -0500 |
---|---|---|
committer | Ryan Harper <ryan.harper@canonical.com> | 2017-06-08 13:03:39 -0500 |
commit | f8f519aa63c8e8adb11fa45b85f7264cd84fe796 (patch) | |
tree | 1c4c0596a43600fc904d3791e3476a12727fad28 | |
parent | 914822a765007be7e17539e456b3e6ff12b19442 (diff) | |
download | vyos-cloud-init-f8f519aa63c8e8adb11fa45b85f7264cd84fe796.tar.gz vyos-cloud-init-f8f519aa63c8e8adb11fa45b85f7264cd84fe796.zip |
Drop cheetah python module as it is not needed by trunk
Cloud-init's template renderer does not require the use of cheetah
(which is python2 only) so do not put it in the list of package
requirements.
-rwxr-xr-x | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -221,8 +221,6 @@ cmdclass = { } requirements = read_requires() -if sys.version_info < (3,): - requirements.append('cheetah') setuptools.setup( name='cloud-init', |