Opened 15 years ago
Closed 15 years ago
#8444 closed patch (fixed)
Check for python dependencies in configure
Reported by: | Raymond Wagner | Owned by: | Janne Grunau |
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Adds additional checks to configure to only install the python bindings if the necessary dependencies are met.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | configure.pythoncheck.patch added |
---|
comment:1 Changed 15 years ago by
Milestone: | unknown → 0.24 |
---|---|
Owner: | changed from Isaac Richards to Janne Grunau |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [24573]) configure: add checks for python module dependencies
Build the python bindings only if its dependecies are detected. Closes #8444 based on patch by: wagnerrp