Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 583438 - dev-python/doit-0.29.0: missing RDEPEND on dev-python/cloudpickle
Summary: dev-python/doit-0.29.0: missing RDEPEND on dev-python/cloudpickle
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords:
: 583472 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-05-18 20:59 UTC by SpanKY
Modified: 2017-05-28 10:05 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 SpanKY gentoo-dev 2016-05-18 20:59:35 UTC
just installed dev-python/doit-0.29.0 and it fails:
$ doit --help
Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/doit", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3095, in <module>
    @_call_aside
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3081, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3108, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 658, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 959, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 846, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cloudpickle' distribution was not found and is required by doit

the ebuild lists cloudpickle under USE=test only.
Comment 1 Pacho Ramos gentoo-dev 2017-05-28 10:05:05 UTC
[master b55a126d7db] dev-python/doit: cloudpickle is always needed (#583438 by vapier)
 1 file changed, 5 insertions(+), 3 deletions(-)
Comment 2 Pacho Ramos gentoo-dev 2017-05-28 10:05:57 UTC
*** Bug 583472 has been marked as a duplicate of this bug. ***