Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 666300 - app-text/paperwork has missing dependency on dev-python/python-dateutil
Summary: app-text/paperwork has missing dependency on dev-python/python-dateutil
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-15 16:11 UTC by bugs.gentoo
Modified: 2018-09-27 13:14 UTC (History)
1 user (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 bugs.gentoo 2018-09-15 16:11:57 UTC
$ paperwork
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.5/paperwork", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 3161, in <module>
    @_call_aside
  File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 3145, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 3174, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 666, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 984, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 870, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'python-dateutil' distribution was not found and is required by paperwork

 After installation of dev-python/python-dateutil everything is fine.
Comment 1 Bernard Cafarelli gentoo-dev 2018-09-27 13:11:53 UTC
Thanks for the report, revision bump with added dep is coming in!
Comment 2 Larry the Git Cow gentoo-dev 2018-09-27 13:14:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b388e1bbe0585fcfb5333f8a222dc28cab5adb4

commit 0b388e1bbe0585fcfb5333f8a222dc28cab5adb4
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2018-09-27 13:13:18 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2018-09-27 13:14:09 +0000

    app-text/paperwork: require dev-python/python-dateutil
    
    Closes: https://bugs.gentoo.org/666300
    Package-Manager: Portage-2.3.50, Repoman-2.3.11

 app-text/paperwork/paperwork-1.2.4-r2.ebuild | 31 ++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)