File ConcurrentLogHandler-0.9.1-testpath.patch of Package python-concurrentloghandler
--- setup.py +++ setup.py @@ -262,13 +262,7 @@ setup(name='ConcurrentLogHandler', "portalocker", ], package_dir={ '' : 'src', }, - data_files=[ - ('tests', ["stresstest.py"]), - ('docs', [ - 'README', - 'LICENSE', - ]), - ], + data_files=[], url="http://launchpad.net/python-concurrent-log-handler", license = "http://www.apache.org/licenses/LICENSE-2.0", description=doc.pop(0),