Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 544336 - dev-python/rst2pdf-0.93-r2 pkg_resources.DistributionNotFound: pillow==2.0.0,>=2.4.0
Summary: dev-python/rst2pdf-0.93-r2 pkg_resources.DistributionNotFound: pillow==2.0.0,...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
: 546954 (view as bug list)
Depends on: 546810
Blocks:
  Show dependency tree
 
Reported: 2015-03-24 14:06 UTC by Franz Trischberger
Modified: 2017-01-01 13:11 UTC (History)
2 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 Franz Trischberger 2015-03-24 14:06:25 UTC
$ rst2pdf --help
Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/rst2pdf", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3018, in <module>
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 614, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 627, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 805, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: pillow==2.0.0,>=2.4.0


both available versions of pillow (2.4.0-r1 and 2.5.3-r1) don't fix the issue.

This currently causes mpv (any available version) to fail compilation with USE="doc-pdf".
Comment 1 Paul McDermott 2015-04-11 12:01:47 UTC
Just ran into this issue. I tried upgrading pillow to 2.8.1, but this did not resolve the issue.
Comment 2 Mihai Moldovan 2015-04-14 21:11:44 UTC
=dev-python/reportlab-3.1.8-r2 is at fault here:
/usr/lib64/python2.7/site-packages/reportlab-3.1.8-py2.7.egg-info/requires.txt:pillow ==2.0.0, >=2.4.0

I suggest stabilizing =dev-python/reportlab-3.1.44-r1, which fixes the issue:

/usr/lib64/python2.7/site-packages/reportlab-3.1.44-py2.7.egg-info/requires.txt:pillow>=2.4.0
Comment 3 Maxim Koltsov (RETIRED) gentoo-dev 2015-04-19 08:07:48 UTC
*** Bug 546954 has been marked as a duplicate of this bug. ***
Comment 4 Coacher 2016-01-01 18:08:11 UTC
What's the current status of this? Is it fixed?
Comment 5 Justin Lecher (RETIRED) gentoo-dev 2016-01-02 09:17:06 UTC
It looks to me as if it is fixed for ~arch and arch. Please reopen if still be present.