Bug 1282220 - Missing dependencies - python3-PyYAML
Summary: Missing dependencies - python3-PyYAML
Keywords:
Status: CLOSED DUPLICATE of bug 1277715
Alias: None
Product: Fedora
Classification: Fedora
Component: python-journal-brief
Version: 23
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-15 16:03 UTC by Rabin
Modified: 2015-11-16 09:02 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-11-16 09:02:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Rabin 2015-11-15 16:03:15 UTC
Description of problem:

the package `journal-brief` is missing the above dependencies


Version-Release number of selected component (if applicable):


journal-brief-1.1.1-1.fc23.noarch.rpm

How reproducible:
every time

Steps to Reproduce:

# dnf install journal-brief
# journal-brief --help

Traceback (most recent call last):
  File "/usr/bin/journal-brief", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3084, in <module>
    @_call_aside
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3070, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3097, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 651, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 952, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 839, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'PyYAML' distribution was not found and is required by journal-brief



Actual results:


Expected results:


Additional info:

dnf install python3-PyYAML will solve the problem.

Comment 1 Tim Waugh 2015-11-16 09:02:01 UTC

*** This bug has been marked as a duplicate of bug 1277715 ***


Note You need to log in before you can comment on or make changes to this bug.