summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harper <ryan.harper@canonical.com>2017-06-08 13:01:09 -0500
committerRyan Harper <ryan.harper@canonical.com>2017-06-08 13:03:39 -0500
commitf8f519aa63c8e8adb11fa45b85f7264cd84fe796 (patch)
tree1c4c0596a43600fc904d3791e3476a12727fad28
parent914822a765007be7e17539e456b3e6ff12b19442 (diff)
downloadvyos-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-xsetup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index d5223285..bce06ad9 100755
--- a/setup.py
+++ b/setup.py
@@ -221,8 +221,6 @@ cmdclass = {
}
requirements = read_requires()
-if sys.version_info < (3,):
- requirements.append('cheetah')
setuptools.setup(
name='cloud-init',