summaryrefslogtreecommitdiff
path: root/dev-python/pillow/files/pillow-4.3.0-no-scripts.patch
blob: c30b00d54d70e50323ee57c3bbbc00c09f78ae93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
https://bugs.gentoo.org/562682

--- a/setup.py
+++ b/setup.py
@@ -779,7 +779,6 @@ try:
           ext_modules=[Extension("PIL._imaging", ["_imaging.c"])],
           include_package_data=True,
           packages=find_packages(),
-          scripts=glob.glob("Scripts/*.py"),
           install_requires=['olefile'],
           test_suite='nose.collector',
           keywords=["Imaging", ],