mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-30 20:50:27 +00:00
Remove pysqlite dependency.
This commit is contained in:
parent
037f3b77f2
commit
ec03d56b62
4 changed files with 2 additions and 7 deletions
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
|
|
@ -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
0
linkcheck/robotparser2.py
Executable file → Normal file
Loading…
Reference in a new issue