Commit 27711022 authored by Jérome Perrin's avatar Jérome Perrin

fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! ERP5 py3: WIP (...

fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! ERP5 py3: WIP ( all changes squashed )
parent 62fb17b0
Pipeline #33204 failed with stage
in 0 seconds
From 885fa87e4fb2c5883961c6ddc352de3d98052ad4 Mon Sep 17 00:00:00 2001 From 77f86b50f097dcf364e0d140e45593bf001d46bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 1 Mar 2024 09:49:17 +0900 Date: Fri, 1 Mar 2024 09:49:17 +0900
Subject: [PATCH] set metadata in setup.py for compatibility with old slapos Subject: [PATCH] set metadata in setup.py for compatibility with old slapos
...@@ -9,7 +9,7 @@ Subject: [PATCH] set metadata in setup.py for compatibility with old slapos ...@@ -9,7 +9,7 @@ Subject: [PATCH] set metadata in setup.py for compatibility with old slapos
1 file changed, 5 insertions(+) 1 file changed, 5 insertions(+)
diff --git a/setup.py b/setup.py diff --git a/setup.py b/setup.py
index 1bf0bcff5..2585f08cb 100755 index 1bf0bcff5..a93fe7b22 100755
--- a/setup.py --- a/setup.py
+++ b/setup.py +++ b/setup.py
@@ -987,6 +987,11 @@ ext_modules = [ @@ -987,6 +987,11 @@ ext_modules = [
...@@ -20,7 +20,7 @@ index 1bf0bcff5..2585f08cb 100755 ...@@ -20,7 +20,7 @@ index 1bf0bcff5..2585f08cb 100755
+ version='10.2.0', + version='10.2.0',
+ packages=["PIL"], + packages=["PIL"],
+ include_package_data=True, + include_package_data=True,
+ package_dir={"" = "src"}, + package_dir={"": "src"},
cmdclass={"build_ext": pil_build_ext}, cmdclass={"build_ext": pil_build_ext},
ext_modules=ext_modules, ext_modules=ext_modules,
zip_safe=not (debug_build() or PLATFORM_MINGW), zip_safe=not (debug_build() or PLATFORM_MINGW),
......
...@@ -34,7 +34,7 @@ rpath = ...@@ -34,7 +34,7 @@ rpath =
${libjpeg:location}/lib ${libjpeg:location}/lib
${libtiff:location}/lib ${libtiff:location}/lib
${zlib:location}/lib ${zlib:location}/lib
Pillow-patches = ${:_profile_base_location_}/../../component/egg-patch/Pillow/0001-set-metadata-in-setup.py-for-compatibility-with-old-.patch#4da5a314e6183f96ff74fecaf7cfe731 Pillow-patches = ${:_profile_base_location_}/../../component/egg-patch/Pillow/0001-set-metadata-in-setup.py-for-compatibility-with-old-.patch#0a06cc5a94d3db24688938731e4b15e2
Pillow-patch-options = -p1 Pillow-patch-options = -p1
[pillow-python:python2] [pillow-python:python2]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment