mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-09 03:03:41 +00:00
Required for label printing - pdf2image cannot convert PDFs to images without poppler's pdfinfo binary being present on the system.
(cherry picked from commit 6deed010a3)
Co-authored-by: jbell <jbell101@gmail.com>
Co-authored-by: Justyn Bell <justyn.bell@subinitial.com>
This commit is contained in:
committed by
GitHub
parent
5bf41f1463
commit
e5ace7d761
@@ -20,6 +20,7 @@ before:
|
|||||||
- contrib/packager.io/before.sh
|
- contrib/packager.io/before.sh
|
||||||
dependencies:
|
dependencies:
|
||||||
- curl
|
- curl
|
||||||
|
- poppler-utils
|
||||||
- "python3.11 | python3.12 | python3.13 | python3.14"
|
- "python3.11 | python3.12 | python3.13 | python3.14"
|
||||||
- "python3.11-venv | python3.12-venv | python3.13-venv | python3.14-venv"
|
- "python3.11-venv | python3.12-venv | python3.13-venv | python3.14-venv"
|
||||||
- "python3.11-dev | python3.12-dev | python3.13-dev | python3.14-dev"
|
- "python3.11-dev | python3.12-dev | python3.13-dev | python3.14-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user