summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/setuptools/files/setuptools-0.6.45-no-exes.patch')
-rw-r--r--dev-python/setuptools/files/setuptools-0.6.45-no-exes.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/setuptools/files/setuptools-0.6.45-no-exes.patch b/dev-python/setuptools/files/setuptools-0.6.45-no-exes.patch
index c4c50d09acc6..d2a695aeb3dc 100644
--- a/dev-python/setuptools/files/setuptools-0.6.45-no-exes.patch
+++ b/dev-python/setuptools/files/setuptools-0.6.45-no-exes.patch
@@ -1,10 +1,11 @@
--- a/setup.py
+++ b/setup.py
-@@ -158,7 +158,6 @@
+@@ -158,7 +158,7 @@
test_suite = 'setuptools.tests',
src_root = src_root,
packages = find_packages(),
- package_data = {'setuptools':['*.exe', 'site-patch.py'], 'setuptools.command':['*.xml']},
++ package_data = {'setuptools':['site-patch.py']},
py_modules = ['pkg_resources', 'easy_install', 'site'],