Bug 1054251 - RPM dependency providing python module pkg_resources is missing in requires
Summary: RPM dependency providing python module pkg_resources is missing in requires
Keywords:
Status: CLOSED DUPLICATE of bug 1049392
Alias: None
Product: Copr
Classification: Community
Component: cli
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Suchý
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-16 14:04 UTC by jpacner
Modified: 2014-08-31 23:17 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-01-16 16:52:52 UTC
Embargoed:


Attachments (Terms of Use)

Description jpacner 2014-01-16 14:04:22 UTC
Description of problem:
RPM dependency providing python module pkg_resources is missing in requires

Version-Release number of selected component (if applicable):
copr-cli.noarch 1.15-1.fc19

How reproducible:
always

Steps to Reproduce:
1. dnf|yum install copr-cli
2. copr-cli list jpacner

Actual results:
0$ copr-cli list jpacner
Traceback (most recent call last):
  File "/usr/bin/copr-cli", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

Expected results:
mongodb24

Additional info:
The pkg_resources should be provided by setuptools from pypi.

NOTE from http://stackoverflow.com/questions/1756721/what-is-causing-importerror-no-module-named-pkg-resources-after-upgrade-of-pyth :
> As announced at PyCon 2013, the Distribute and setuptools projects have re-merged. Distribute is now deprecated and you should just use the new current setuptools.

Comment 1 Miroslav Suchý 2014-01-16 16:52:52 UTC

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


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