#18202: Six requires setuptools
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:
           Type:  defect             |       Status:  positive_review
       Priority:  blocker            |    Milestone:  sage-6.7
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:  François Bissey
        Authors:  Volker Braun       |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  5538c7d49c6640b451f94b4242aeffbe016dbcc9
  u/vbraun/six_requires_setuptools   |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by fbissey):

 * status:  needs_review => positive_review
 * reviewer:   => François Bissey


Comment:

 That's very strange. I am guessing it's happening during an upgrade, this
 is from six's `setup.py`
 {{{
 try:
     from setuptools import setup
 except ImportError:
     from distutils.core import setup
 }}}
 So we should have a nice fallback. Oh I get it "race condition" so
 setuptool is removed while you are using it. Yeah that will fix that.

--
Ticket URL: <http://trac.sagemath.org/ticket/18202#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to