As in summery, since version 4.0.0, bundled version of olefile removed from pillow in favor of upstream olefile. https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst ... Remove vendored version of olefile Python package in favor of upstream #2199 [jdufresne] https://github.com/python-pillow/Pillow/blob/master/setup.py#L772 https://github.com/python-pillow/Pillow/commit/80b78be21ad0aa74cccaf0af3c9f0e0f205bc66f Reproducible: Always
*** Bug 625572 has been marked as a duplicate of this bug. ***
Since it lists olefile in installed requirements.txt unconditionally, revdeps fail to run if olefile is not installed (#625572).
Hit this while testing app-text/paperwork.
This was already fixed in dev-python/pillow-4.2.1-r1.
(In reply to Marien Zwart from comment #4) > This was already fixed in dev-python/pillow-4.2.1-r1. Confirming for 4.3.0: # fgrep -B1 ole *.ebuild pillow-4.3.0.ebuild-RDEPEND=" pillow-4.3.0.ebuild: dev-python/olefile[${PYTHON_USEDEP}] Closing...