diff options
Diffstat (limited to 'testing/cloud-init/10-setup.patch')
-rw-r--r-- | testing/cloud-init/10-setup.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/cloud-init/10-setup.patch b/testing/cloud-init/10-setup.patch new file mode 100644 index 0000000000..6ee9a7cd01 --- /dev/null +++ b/testing/cloud-init/10-setup.patch @@ -0,0 +1,12 @@ +--- cloud-init-0.7.6/setup.py.orig ++++ cloud-init-0.7.6/setup.py +@@ -160,9 +160,4 @@ + [f for f in glob('doc/examples/seed/*') if is_f(f)]), + ], + install_requires=read_requires(), +- cmdclass={ +- # Use a subclass for install that handles +- # adding on the right init system configuration files +- 'install': InitsysInstallData, +- }, + ) |