diff --git a/debian/control b/debian/control index 2966c230..409c6e0f 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/doc/install.txt b/doc/install.txt index 14fec05b..a8ed0692 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -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/ diff --git a/doc/python3.txt b/doc/python3.txt index 437d14a9..fead7e3c 100644 --- a/doc/python3.txt +++ b/doc/python3.txt @@ -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 diff --git a/linkcheck/robotparser2.py b/linkcheck/robotparser2.py old mode 100755 new mode 100644