#5060: setup.py dependency checking detects unexpected dependencies
-------------------------+--------------------------------------------------
Reporter: sbarthelemy | Owner: mabshoff
Type: defect | Status: new
Priority: major | Milestone:
Component: build | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by cwitty):
I think that modifying the regex like this (adding two {{{'^'}}}
characters) will fix the problem. (It fixes the above test case, but I
don't have time to do a real test, or submit a real patch, right now.)
{{{
r'^ *(?:cimport +(\S+))|^(?:from +(\S+) *cimport)|^(?:include
*[\'"]([^\'"]+)[\'"])'
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5060#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---