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:
Justin Lecher
2015-10-10 17:39:58 +02:00
parent 9ed4442e44
commit b409ada9dd

View File

@@ -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
}