diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-07-22 15:27:12 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-07-22 15:27:12 +0200 |
commit | fa10816432b24bc653260383c6ddfc1afc1e3853 (patch) | |
tree | f8d549dd421f2f65a5e8ef19daa31c9ae2a5ed03 | |
parent | f923c74e89438fbbcab4a05712441bdce33af1c4 (diff) |
update recommends to python-beautifulsoup version 3.0.2 or later since that version fixes a problem with find(attr=True)
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@354 86f53f14-5ff3-0310-afe5-9b438ce3f40c
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5297616..04f69f7 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Package: webcheck Architecture: all Depends: ${python:Depends} XB-Python-Version: ${python:Versions} -Recommends: python-beautifulsoup +Recommends: python-beautifulsoup (>= 3.0.2) Suggests: lynx | www-browser Provides: linbot Conflicts: linbot |