#17478 closed defect (fixed)
python30-doc has missing dependencies
Reported by: | neil_mayhew@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | depends | Cc: | jmroot (Joshua Root) |
Port: | python30-doc |
Description
python30-doc needs to have py25-hashlib, py25-jinja as build dependencies. I think it just needs the following line in the portfile:
depends_build port:py25-hashlib port:py25-jinja
Or maybe this should be depends_lib like port:py25-docutils already is.
I am using Leopard on Intel.
Change History (4)
comment:1 Changed 16 years ago by blb@…
Owner: | changed from macports-tickets@… to mww@… |
---|
comment:2 Changed 16 years ago by neil_mayhew@…
comment:3 Changed 16 years ago by jmroot (Joshua Root)
Cc: | jmr@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Changed the dependency to py26-sphinx in r46207.
Note: See
TracTickets for help on using
tickets.
Maybe that dependency should instead be just py25-sphinx, which depends on those others. However, I haven't managed to work out whether or not python30-doc uses its own private copy of sphinx.