Remove pysqlite dependency.

This commit is contained in:
Bastian Kleineidam 2012-11-14 20:23:56 +01:00
parent 037f3b77f2
commit ec03d56b62
4 changed files with 2 additions and 7 deletions

1
debian/control vendored
View file

@ -26,7 +26,6 @@ Suggests: clamav-daemon,
python-geoip (>= 1.2.1-2),
python-meliae,
python-optcomplete (>= 1.2-5),
python-pysqlite2,
python-twill,
python-utidylib
Description: check websites and HTML documents for broken links

View file

@ -66,13 +66,10 @@ First, install the required software.
8. *Optional, used for login form submission:*
Twill from http://twill.idyll.org/
9. *Optional, for Mozilla Bookmark parsing:*
Python Sqlite from https://code.google.com/p/pysqlite/
10. *Optional, for GNOME proxy setting parsing:*
9. *Optional, for GNOME proxy setting parsing:*
Python Gtk from http://www.pygtk.org/downloads.html
11. *Optional, to run the WSGI web interface:*
10. *Optional, to run the WSGI web interface:*
Apache from http://httpd.apache.org/
mod_wsgi from http://code.google.com/p/modwsgi/

View file

@ -11,5 +11,4 @@ TODO optcomplete from http://furius.ca/optcomplete/
TODO HTML tidy from http://utidylib.berlios.de/
TODO GeoIP from http://www.maxmind.com/app/python
TODO Twill from http://twill.idyll.org/
TODO Python Sqlite from https://code.google.com/p/pysqlite/
TODO Python Gtk from http://www.pygtk.org/downloads.html

0
linkcheck/robotparser2.py Executable file → Normal file
View file