Bug 1188057 - csvdiff won't run
Summary: csvdiff won't run
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: csvdiff
Version: 21
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: William Moreno
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-02-01 21:22 UTC by Sjoerd Mullender
Modified: 2015-02-15 03:25 UTC (History)
2 users (show)

Fixed In Version: csvdiff-0.1.0-4.fc21
Clone Of:
Environment:
Last Closed: 2015-02-15 03:25:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Sjoerd Mullender 2015-02-01 21:22:20 UTC
Description of problem:
csvdiff won't run because it complains about a missing dependency that isn't actually missing.

Version-Release number of selected component (if applicable):
csvdiff-0.1.0-3.fc21.noarch

How reproducible:
100%

Steps to Reproduce:
1. Run csvdiff from the command line (no arguments needed).
2.
3.

Actual results:
Traceback (most recent call last):
  File "/usr/bin/csvdiff", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2709, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 664, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 567, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: PyYAML>=3.10


Expected results:
In this case maybe a usage message, but ordinarily (if called with correct argument) some sort of diff information.

Additional info:
Despite what the error says, PyYAML is installed and has an acceptable version:
$ rpm -q PyYAML
PyYAML-3.11-6.fc21.x86_64

Comment 1 Fedora Update System 2015-02-02 02:58:49 UTC
csvdiff-0.1.0-4.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/csvdiff-0.1.0-4.fc21

Comment 2 William Moreno 2015-02-02 03:02:30 UTC
cvsdiff is build with Python3 (Python3 will become the default version for F22), requires must be python3-PyYAML, the update fix the mistake.

Thanks for reporting

Comment 3 lnie 2015-02-02 05:54:52 UTC
csvdiff-0.1.0-4.fc21 works

Comment 4 Fedora Update System 2015-02-02 17:24:06 UTC
Package csvdiff-0.1.0-4.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing csvdiff-0.1.0-4.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-1563/csvdiff-0.1.0-4.fc21
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2015-02-15 03:25:26 UTC
csvdiff-0.1.0-4.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.


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