Opened 12 years ago
Closed 12 years ago
#35209 closed defect (fixed)
duplicity port should depend on py27-paramiko
Reported by: | 521E328E-2A13-4749-826A-E4EF4F22A0F1@… | Owned by: | singingwolfboy@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.1 |
Keywords: | haspatch | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | duplicity |
Description
duplicity @0.6.18 should have py27-paramiko as a run-time dependency.
This module is used for the ssh backend, so w/o this library duplicity will fail with the following error (assuming the backend is ssh):
Import of duplicity.backends.giobackend Failed: No module named gio Import of duplicity.backends.sshbackend Failed: No module named paramiko UnsupportedBackendScheme: scheme not supported in url: ssh://[REDACTED]
Attachments (1)
Change History (4)
comment:1 Changed 12 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to singingwolfboy@… |
---|---|
Port: | duplicity added |
Changed 12 years ago by 521E328E-2A13-4749-826A-E4EF4F22A0F1@…
Attachment: | Portfile.patch added |
---|
Patch for sysutils/duplicity/Portfile
comment:2 Changed 12 years ago by 521E328E-2A13-4749-826A-E4EF4F22A0F1@…
Attached a patch to address the issue.
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Keywords: | haspatch added |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In the future, please fill in the Port field and Cc the port maintainter(s).