On Jan 2, 2008 12:37 AM, Francois <[EMAIL PROTECTED]> wrote: > > > > On Jan 2, 8:31 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > > pysqlite is included in Python 2.5.1. For a long time we shipped and built > > pysqlite since it wasn't part of Python, but now that it is we don't need > > to. > > > > The pysqlite package should be removed from sage-2.9.2 if it hasn't > > already been removed, and we might as well delete the above line from > > deps. > > > > I've made this > > http://trac.sagemath.org/sage_trac/ticket/1654 > > so it gets done. > > > I guess that explain why nothing broke. That still mean that with the > current deps file > sqlite is built twice, or is there a safety against that?
There is a safety against that. The command $(SAGE_SPKG) $(SQLITE) amounts to sage -i sqlite... and that does nothing if the sqlite spkg is already installed. That said, of course the problem with the deps file that you point out is definitely a bug that will be fixed very soon. -- William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---