New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #35209 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

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@…
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

Portfile.patch (266 bytes) - added by 521E328E-2A13-4749-826A-E4EF4F22A0F1@… 10 months ago.
Patch for sysutils/duplicity/Portfile

Change History

comment:1 Changed 10 months ago by macsforever2000@…

  • Owner changed from macports-tickets@… to singingwolfboy@…
  • Port set to duplicity

In the future, please fill in the Port field and Cc the port maintainter(s).

Changed 10 months ago by 521E328E-2A13-4749-826A-E4EF4F22A0F1@…

Patch for sysutils/duplicity/Portfile

comment:2 Changed 10 months ago by 521E328E-2A13-4749-826A-E4EF4F22A0F1@…

Attached a patch to address the issue.

comment:3 Changed 10 months ago by ryandesign@…

  • Status changed from new to closed
  • Keywords haspatch added
  • Resolution set to fixed
  • Cc ryandesign@… added
Note: See TracTickets for help on using tickets.