Modify ↓
Ticket #235 (new defect)
Opened 15 months ago
setup.py need better jython detection
| Reported by: | Miki Tebeka <miki.tebeka@…> | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | pyyaml |
| Severity: | normal | Keywords: | |
| Cc: |
Description
If jython is used with openjdk then the detection in line 125 of setup.py fails.
Attached is a patch for better detection (check for 'java' in sys.platform)
Attachments
Change History
Changed 15 months ago by Miki Tebeka <miki.tebeka@…>
-
attachment
setup.patch
added
Note: See
TracTickets for help on using
tickets.

Patch for setup.py