Ubuntu Pastebin

Paste from rharper at Thu, 8 Jun 2017 18:00:02 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/setup.py b/setup.py
index d522328..bce06ad 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',
Download as text