Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613774 - app-backup/borgweb - missing dev-python/flask RDEPEND
Summary: app-backup/borgweb - missing dev-python/flask RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-25 11:42 UTC by Vincent-Xavier JUMEL
Modified: 2017-04-15 19:43 UTC (History)
0 users

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 Vincent-Xavier JUMEL 2017-03-25 11:42:11 UTC
When running borgweb I get this :
<code>
zsh/2 1015 % borgweb
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.4/borgweb", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 3036, in <module>
    @_call_aside
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 3020, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 3049, 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 'flask' distribution was not found and is required by borgweb
</code>
Comment 1 Coacher 2017-03-26 21:46:06 UTC
Also borgweb ebuild has DEPENDS and RDEPENDS when it should be DEPEND and RDEPEND.
Comment 2 Manuel Rüger (RETIRED) gentoo-dev 2017-04-15 19:43:22 UTC
commit 4b7812f5a75b2e3c6a9f0dcb9b432022cb6752a2
Author: Manuel Rüger <mrueg@gentoo.org>
Date:   Sat Apr 15 21:41:35 2017 +0200

    app-backup/borgweb: Add missed dep on flask, add PYTHON_USEDEP
    
    Package-Manager: Portage-2.3.5, Repoman-2.3.2