Commit 4702a6fb authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

component/pillow: remove uneeded patch

parent f95b871e
Pipeline #38411 failed with stage
in 0 seconds
From 77f86b50f097dcf364e0d140e45593bf001d46bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 1 Mar 2024 09:49:17 +0900
Subject: [PATCH] set metadata in setup.py for compatibility with old slapos
buildout
---
setup.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/setup.py b/setup.py
index 1bf0bcff5..a93fe7b22 100755
--- a/setup.py
+++ b/setup.py
@@ -987,6 +987,11 @@ ext_modules = [
try:
setup(
+ name='pillow',
+ version='10.2.0',
+ packages=["PIL"],
+ include_package_data=True,
+ package_dir={"": "src"},
cmdclass={"build_ext": pil_build_ext},
ext_modules=ext_modules,
zip_safe=not (debug_build() or PLATFORM_MINGW),
--
2.42.0
...@@ -34,8 +34,3 @@ rpath = ...@@ -34,8 +34,3 @@ 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#0a06cc5a94d3db24688938731e4b15e2
Pillow-patch-options = -p1
[pillow-python:python2]
Pillow-patches =
  • what about !1701 (merged) ? this patch is not enough I think :)

  • Hello @jerome sorry I didn't look at my emails yesterday when pushing this commit. I saw it fixed the build on master and I just pushed. Thanks for !1701 (merged)

  • Ah indeed, it was not enough. I didn't wait long enough to see the problem of the egg version...

  • Hello @tomo no problem, the fun thing is that I made a first commit, with the exact same mistake :)

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