You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/cloud-init/files/cloud-init-0.7.5-tests-excl...

13 lines
534 B

diff -ur cloud-init-0.7.5.orig/setup.py cloud-init-0.7.5/setup.py
--- setup.py 2014-04-02 02:26:07.000000000 +0800
+++ setup.py 2014-05-01 23:38:15.848225975 +0800
@@ -114,7 +114,7 @@
author='Scott Moser',
author_email='scott.moser@canonical.com',
url='http://launchpad.net/cloud-init/',
- packages=setuptools.find_packages(exclude=['tests']),
+ packages=setuptools.find_packages(exclude=['tests','tests.*']),
scripts=['bin/cloud-init',
'tools/cloud-init-per',
],