From e5ace7d761e5883a77f17d396e50058fbf85f612 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:33:44 +1100 Subject: [PATCH] Add poppler-utils to packager.io dependencies (#11508) (#11509) Required for label printing - pdf2image cannot convert PDFs to images without poppler's pdfinfo binary being present on the system. (cherry picked from commit 6deed010a34f3248b8afb2a8c803dffc59172265) Co-authored-by: jbell Co-authored-by: Justyn Bell --- .pkgr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pkgr.yml b/.pkgr.yml index 01326874d2..ac9dc06408 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -20,6 +20,7 @@ before: - contrib/packager.io/before.sh dependencies: - curl + - poppler-utils - "python3.11 | python3.12 | python3.13 | python3.14" - "python3.11-venv | python3.12-venv | python3.13-venv | python3.14-venv" - "python3.11-dev | python3.12-dev | python3.13-dev | python3.14-dev"