network/weboob: Fixed dep information.

This commit is contained in:
ponce 2012-08-25 19:49:17 +02:00
parent 611a0f828e
commit f8ab13d9c9
2 changed files with 1 additions and 4 deletions

View file

@ -1,5 +1,2 @@
weboob (Web Out Of Browsers) provides several applications to
interact with a lot of websites.
This requires pysetuptools, mechanize, python-dateutil, html2text,
nose, feedparser, lxml, rtmpdump, and PyYAML.

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://symlink.me/attachments/download/165/weboob-0.a.tar.gz"
MD5SUM="15568485fd2bea4c53b69a6edb8c7e45"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="PyYAML feedparser html2text lxml mechanize nose pysetuptools python-dateutil rtmpdump"
REQUIRES="PyYAML feedparser html2text lxml mechanize nose python-dateutil rtmpdump"
MAINTAINER="Brandon Soonaye"
EMAIL="brandonsoonaye@live.fr"