Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#49744 - [fabric] Upgrading to latest version breaks dependency on python2-paramiko
Attached to Project:
Community Packages
Opened by philanecros (philanecros) - Friday, 17 June 2016, 06:53 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Friday, 17 June 2016, 17:45 GMT
Opened by philanecros (philanecros) - Friday, 17 June 2016, 06:53 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Friday, 17 June 2016, 17:45 GMT
|
DetailsDescription:
Upgrading to latest version breaks dependency on python2-paramiko Additional info: * package version(s) - fabric 1.11.1-1 - python2-paramiko 2.0.0-1 Steps to reproduce: Run fab command. $ fab Traceback (most recent call last): File "/usr/bin/fab", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2927, in <module> @_call_aside File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2913, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2940, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 637, in _build_master return cls._build_from_requirements(__requires__) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 650, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 829, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'paramiko<2.0,>=1.10' distribution was not found and is required by Fabric |
This task depends upon