mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/pillow: restore patch to remove scripts install
Closes: https://bugs.gentoo.org/562682 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
This commit is contained in:
12
dev-python/pillow/files/pillow-4.3.0-no-scripts.patch
Normal file
12
dev-python/pillow/files/pillow-4.3.0-no-scripts.patch
Normal file
@@ -0,0 +1,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", ],
|
||||
@@ -43,6 +43,10 @@ DEPEND="${RDEPEND}
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/pillow-4.3.0-no-scripts.patch
|
||||
)
|
||||
|
||||
python_compile() {
|
||||
# raqm not in portage yet
|
||||
local args=(
|
||||
Reference in New Issue
Block a user