Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 625014 - >=dev-python/pillow-4.0.0 <4.2.1-r1 should depend on dev-python/olefile unconditionally
Summary: >=dev-python/pillow-4.0.0 <4.2.1-r1 should depend on dev-python/olefile uncon...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
: 625572 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-07-14 13:12 UTC by Oleh
Modified: 2018-01-17 00:31 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh 2017-07-14 13:12:17 UTC
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
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-07-19 07:08:14 UTC
*** Bug 625572 has been marked as a duplicate of this bug. ***
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-07-19 07:09:44 UTC
Since it lists olefile in installed requirements.txt unconditionally, revdeps fail to run if olefile is not installed (#625572).
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2017-07-25 20:03:35 UTC
Hit this while testing app-text/paperwork.
Comment 4 Marien Zwart 2017-07-26 09:15:48 UTC
This was already fixed in dev-python/pillow-4.2.1-r1.
Comment 5 Sebastian Pipping gentoo-dev 2018-01-17 00:31:17 UTC
(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...