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#56915 - [fabric] missing dependency: python2-crypto
Attached to Project:
Community Packages
Opened by Jakub Klinkovský (lahwaacz) - Sunday, 31 December 2017, 13:18 GMT
Last edited by Eli Schwartz (eschwartz) - Monday, 01 January 2018, 00:03 GMT
Opened by Jakub Klinkovský (lahwaacz) - Sunday, 31 December 2017, 13:18 GMT
Last edited by Eli Schwartz (eschwartz) - Monday, 01 January 2018, 00:03 GMT
|
DetailsWithout the python2-crypto package, fabric does not work:
$ fab --help Traceback (most recent call last): File "/usr/bin/fab", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3147, in <module> @_call_aside File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3131, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3160, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 666, in _build_master ws.require(__requires__) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 984, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 870, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pycrypto!=2.4,<3.0,>=2.1' distribution was not found and is required by paramiko |
This task depends upon
Closed by Eli Schwartz (eschwartz)
Monday, 01 January 2018, 00:03 GMT
Reason for closing: Works for me
Additional comments about closing: That error comes from paramiko, not fabric. But neither fabric nor the dependent paramiko package have code dependencies on pycrypto, and furthermore `fab --help` works perfectly in a clean chroot with fabric installed.
Whatever you did to your system, undo it.
Monday, 01 January 2018, 00:03 GMT
Reason for closing: Works for me
Additional comments about closing: That error comes from paramiko, not fabric. But neither fabric nor the dependent paramiko package have code dependencies on pycrypto, and furthermore `fab --help` works perfectly in a clean chroot with fabric installed.
Whatever you did to your system, undo it.