#12726 closed defect (fixed)
duplicity-0.4.3 has incomplete depends
Reported by: | m@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | Cc: | m@…, skymoo (Adam Mercer), ryandesign (Ryan Carsten Schmidt) | |
Port: |
Description
When I tried to run duplicity I got error about missing python modules. These included GnuPGInterface (py-gnupg) and python-pexpect (py-pexpect). The Portfile needs to be updated to reflect needed dependencies.
Attachments (2)
Change History (6)
comment:1 Changed 17 years ago by m@…
Changed 17 years ago by iam@…
Attachment: | Portfile-duplicity.diff added |
---|
Corrected patch file to use depends_run instead of depends_lib for needed python modules.
Changed 17 years ago by skymoo (Adam Mercer)
Attachment: | duplicity-deps.patch added |
---|
add depends, bump revision
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | m@… ramercer@… ryandesign@… added |
---|---|
Milestone: | → Port Bugs |
Owner: | changed from macports-dev@… to ryandesign@… |
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed ramercer's patch in r29529. Thanks.
Note: See
TracTickets for help on using
tickets.
I am not sure depends_lib is the right type of dependency but that is what was already in Portfile so I used it.