#66149 closed update (fixed)
mpc 0.34: depends on py39-sphinx but py310-sphinx works too
Reported by: | ednl (Ewoud Dronkert) | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | mpc |
Description
I tried to install mpc and it requires sphinx, specifically py39-sphinx, but my regular python install is 310, so this would pull in a whole list of py39 dependencies that I don't need or already have as py310.
It works with py310-sphinx, too. I cloned the mpc repo from https://github.com/MusicPlayerDaemon/mpc, manually installed meson, ninja (the other dependencies) and py310-sphinx, linked sphinx to py310-sphinx ("sudo port select --set sphinx py310-sphinx") and built mpc successfully. There were no build errors and the binary works fine. This is on aarch64 Ventura.
My request or recommendation as an amateur would be to simply replace py310-sphinx for py39-sphinx in the dependency list of mpc. Is that possible? Thanks.
Change History (2)
comment:1 follow-up: 2 Changed 2 years ago by jmroot (Joshua Root)
Owner: | set to jmroot |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 2 years ago by ednl (Ewoud Dronkert)
Note: See
TracTickets for help on using
tickets.
In 2b0849b85c01d40fb2a00c9b63ad1a45419a8f03/macports-ports (master):