File 0-remove_data_files.patch of Package python-krbV
Remove unnecessary example and test scripts from the python package.
diff -rupN python-krbV-1.0.90/setup.py python-krbV-1.0.90-patched/setup.py
--- python-krbV-1.0.90/setup.py 2012-03-22 02:11:11.000000000 +0100
+++ python-krbV-1.0.90-patched/setup.py 2015-05-29 16:25:10.076015753 +0200
@@ -85,10 +85,6 @@ setup(
url = 'https://fedorahosted.org/python-krbV/',
packages = find_packages(exclude=['tests',]),
- data_files = [
- ('example', ['krbV-code-snippets.py',]),
- ('test', ['python-krbV-test.py',]),
- ],
ext_modules = [
Extension('krbV',