1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/testing/cloud-init/10-setup.patch
2016-03-25 12:06:58 +00:00

12 lines
418 B
Diff

--- 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,
- },
)