Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62236 - Supybot depends on PySQLite
Summary: Supybot depends on PySQLite
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 07:01 UTC by Jeremy Fincher
Modified: 2004-10-26 02:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Fincher 2004-08-30 07:01:17 UTC
Very little of Supybot actually depends on PySQLite.  In 0.79.99, out of 73 included plugins, only 10 depend use the sqlite module, and all 10 of those are non-essential.  To make the entire Supybot package depend on PySQLite really isn't fair to those users who cannot or do not want to install PySQLite.

Supybot already recognizes and gives an appropriate error message if a user attempts to load a plugin which depends on PySQLite without having PySQLite installed.  If necessary, you can patch that error message with specific instructions for installing PySQLite on Gentoo, but again: Supybot should *not* depend on PySQLite.

Reproducible: Always
Steps to Reproduce:
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-08-30 10:50:09 UTC
so how does this stop gentoo from getting installed again?
Comment 2 Jeremy Fincher 2004-08-30 11:08:07 UTC
The description of "Blocker" in the bug submission page says, "This bug prevents you from testing or developing the software."  Under that description, this is a "Blocker" bug for Supybot because it prevents people from testing or developing it without PySQLite installed.

If that's not the true meaning of Blocker, its description should be changed.
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2004-10-26 02:55:05 UTC
made an optional dependency.