From b16533714e02fc71d463ca73abee5c9f6237f115 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 27 May 2016 17:03:49 -0400 Subject: remove blocking udev functionality This didn't really work. See bug for more info. LP: #1577844 --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index db46eae9..57d946ca 100755 --- a/setup.py +++ b/setup.py @@ -184,7 +184,6 @@ else: (USR + '/share/doc/cloud-init/examples/seed', [f for f in glob('doc/examples/seed/*') if is_f(f)]), (LIB + '/udev/rules.d', [f for f in glob('udev/*.rules')]), - (LIB + '/udev', ['udev/cloud-init-wait']), ] # Use a subclass for install that handles # adding on the right init system configuration files -- cgit v1.2.3