Missing dependency on devel/pango (not declared in pyproject.toml)

This commit is contained in:
kmos 2022-10-22 19:48:50 +00:00
parent 106b632705
commit a8136addce
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ COMMENT = create PDFs from markdown or HTML
MODPY_EGG_VERSION = 56.1
DISTNAME = weasyprint-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = print
@ -19,7 +20,8 @@ FLAVORS = python3
FLAVOR = python3
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += devel/py-cffi${MODPY_FLAVOR} \
RUN_DEPENDS += devel/pango \
devel/py-cffi${MODPY_FLAVOR} \
devel/py-html5lib${MODPY_FLAVOR} \
archivers/py-zopfli${MODPY_FLAVOR} \
print/py-fonttools${MODPY_FLAVOR} \