diff options
Diffstat (limited to 'office/calibre')
-rw-r--r-- | office/calibre/README | 3 | ||||
-rw-r--r-- | office/calibre/calibre.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/office/calibre/README b/office/calibre/README index 969b9e1621..1e4ebaba02 100644 --- a/office/calibre/README +++ b/office/calibre/README @@ -8,6 +8,3 @@ i.e. a single entry in the database that may correspond to ebooks in several formats. It also supports conversion from a dozen different ebook formats to LRF and EPUB. A graphical interface to the conversion software can be accessed easily by just clicking the "Convert E-books" button. - -This requires pysetuptools, cssutils, lxml, python-dateutil, -BeautifulSoup, mechanize, dnspython, and podofo. diff --git a/office/calibre/calibre.info b/office/calibre/calibre.info index 091e74fbca..cab27e604e 100644 --- a/office/calibre/calibre.info +++ b/office/calibre/calibre.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/calibre/calibre-0.7.45.tar.gz" MD5SUM="89dacdba790e5018f3c665ce1cf5826c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="BeautifulSoup cssutils dnspython lxml mechanize podofo pysetuptools python-dateutil" +REQUIRES="cssutils dnspython lxml mechanize podofo python-dateutil" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" |