#27094: libplist: installs a python module but doesn't depend on python ----------------------------------+----------------------------------------- Reporter: wanthalf@… | Owner: rmstonecipher@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: | Keywords: Port: libplist | ----------------------------------+----------------------------------------- Comment(by ryandesign@…): Replying to [comment:10 jmr@…]:
The problem here is actually that libplist is installing a python module into whatever python framework it finds, and doesn't depend on any pythonXY port. We don't want a port to install anything into the system python location.
So a dependency needs to be added on a specific python port (changed in variants if desired), and cmake needs to be told to use that python.
Has duplicate #30394. This issue has had several consequences (duplicates): * #29452 (libplist build failure on Tiger presumably because Tiger's Python is too old) * #32500 (libplist configure fails when Python 3 has been selected) * #33368 (libplist mtree violation when system Python is selected) -- Ticket URL: <https://trac.macports.org/ticket/27094#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS