mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
deskutils/calibre: Add missing dependency
Add py-feedparser, which is needed for the news feed functionality in claibre. PR: 263432 MFH: 2022Q2
This commit is contained in:
parent
2c47f2a066
commit
bfc77a3362
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= calibre
|
||||
PORTVERSION= 5.40.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
|
||||
|
||||
@ -50,6 +50,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \
|
||||
${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cchardet>=0:textproc/py-cchardet@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.8:textproc/py-feedparser@${PY_FLAVOR} \
|
||||
${PY_PILLOW} \
|
||||
pdftohtml:graphics/poppler-utils \
|
||||
${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf
|
||||
|
Loading…
Reference in New Issue
Block a user