Ticket #1654 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[easy -- no patch required] excise pysqlite

Reported by: was Owned by: mabshoff
Priority: major Milestone: sage-2.9.2
Component: packages: standard Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

Francois wrote:
> I was looking at the deps file and stumble across this:
> 
> $(INST)/$(PYSQLITE): $(INST)/$(PYTHON) $(INST)/$(SQLITE)
>         $(SAGE_SPKG) $(SQLITE) 2>&1
> 
> Given that there is a pysqlite spkg I assume that must be a mistake.

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.

 -- William

Change History

comment:1 Changed 5 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in 2.9.2.alpha0

Note: See TracTickets for help on using tickets.