Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 470846 - dev-python/fabric-1.6.0 with =dev-python/paramiko-1.9.0 - fab: pkg_resources.DistributionNotFound: paramiko>=1.10.0
Summary: dev-python/fabric-1.6.0 with =dev-python/paramiko-1.9.0 - fab: pkg_resources....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-21 07:12 UTC by darwinian.empire
Modified: 2013-05-30 17:20 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 darwinian.empire 2013-05-21 07:12:03 UTC
I Installed Fabric 1.6.0 ebuild. I already had version 1.9.0 of Paramiko, which was enough to satisfy the ebuild. However, trying to run the fab command caused:

Traceback (most recent call last):
  File "/usr/bin/fab-2.7", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 2812, in <module>
    parse_requirements(__requires__), Environment()
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 589, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: paramiko>=1.10.0

Upgrading paramiko to version 1.10 by running emerge manually solved this issue.
Comment 1 Ultrabug gentoo-dev 2013-05-30 17:20:41 UTC
Thanks mate, it's fixed in tree.

+*fabric-1.6.0-r1 (30 May 2013)
+
+  30 May 2013; Ultrabug <ultrabug@gentoo.org> -fabric-1.6.0.ebuild,
+  +fabric-1.6.0-r1.ebuild:
+  fix paramiko dependency fix #470846
+