summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorVasil Yonkov2010-06-04 01:13:18 +0300
committerVasil Yonkov2010-06-04 01:13:18 +0300
commitf8f2d44190715d713c11ef55c2bcb5d227a22613 (patch)
treeed51eac122ba70f3de1637a7c94303589c63cbbb /news
parente6181f9d98ccd5caf52aee06395149698ad5417f (diff)
canto: optionaly depends on feedparser
Diffstat (limited to 'news')
-rwxr-xr-xnews/canto/DEPENDS7
1 files changed, 6 insertions, 1 deletions
diff --git a/news/canto/DEPENDS b/news/canto/DEPENDS
index 2b3e18338c..9470a31745 100755
--- a/news/canto/DEPENDS
+++ b/news/canto/DEPENDS
@@ -1,3 +1,8 @@
depends python &&
depends ncurses &&
-depends chardet
+depends chardet &&
+
+optional_depends feedparser \
+ "" \
+ "" \
+ "for ATOM feeds parsing"