Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621182 - dev-python/parsedatetime missing runtime dependency on dev-python/future
Summary: dev-python/parsedatetime missing runtime dependency on dev-python/future
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Manuel Rüger (RETIRED)
URL:
Whiteboard:
Keywords:
: 621198 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-06-08 06:48 UTC by Denis Sokolovsky
Modified: 2017-06-12 13:53 UTC (History)
4 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 Denis Sokolovsky 2017-06-08 06:48:24 UTC
After installing app-crypt/certbot I encounter an error

$ certbot
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.4/certbot", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 3030, in <module>
    @_call_aside
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 3014, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 3043, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 654, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 968, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 854, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'future' distribution was not found and is required by parsedatetime

After manual installation of dev-python/future error is gone.
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2017-06-09 23:06:46 UTC
*** Bug 621198 has been marked as a duplicate of this bug. ***
Comment 2 Oleh 2017-06-12 08:10:51 UTC
bug title is misleading, certbot missing future dependency, parsedatetime perhaps needs that dependency too but i seeing no future requirements (neither build or runtime) in it.
Comment 3 Denis Sokolovsky 2017-06-12 12:33:37 UTC
(In reply to Oleg from comment #2)
> bug title is misleading, certbot missing future dependency, parsedatetime
> perhaps needs that dependency too but i seeing no future requirements
> (neither build or runtime) in it.

If you're sure that certbot need "future" than you should open issue on upstream. Right now certbot's "setup.py"[1] doesn't specify "future" as requirement.

1. https://github.com/certbot/certbot/blob/master/setup.py
Comment 4 Manuel Rüger (RETIRED) gentoo-dev 2017-06-12 13:53:49 UTC
https://github.com/bear/parsedatetime/blob/master/setup.py#L38

commit e1bfa0512445edd8943fdc443105ad145a2ed093
Author: Manuel Rüger <mrueg@gentoo.org>
Date:   Mon Jun 12 15:52:28 2017 +0200

    dev-python/parsedatetime: Add missing dependency on dev-python/future
    
    Gentoo-Bug: #621182
    Package-Manager: Portage-2.3.6, Repoman-2.3.2