mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
dev-python/pillow: Do not require anything unconditionally
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562188 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -66,6 +66,11 @@ python_prepare_all() {
|
||||
sed -i -e 's:feature.jpeg2000 =:& None #:' setup.py || die
|
||||
fi
|
||||
|
||||
sed \
|
||||
-e "/required/s:=.*:= set():g" \
|
||||
-e "/if feature in/s:'jpeg', 'libz'::g" \
|
||||
-i setup.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user