git: 4c9fc5751340 - 2022Q4 - textproc/py-pikepdf: Add missing DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Oct 2022 17:36:16 UTC
The branch 2022Q4 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c9fc5751340155942f895d0184a2d9d89878b0f commit 4c9fc5751340155942f895d0184a2d9d89878b0f Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2022-10-08 01:54:43 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-10-22 17:33:52 +0000 textproc/py-pikepdf: Add missing DEPENDS PR: 266889 Reported by: Alexander88207@protonmail.com This also fixes runtime issues with textproc/py-ocrmypdf. (cherry picked from commit 857ee3432cd49a378f6d396ff9b23b50cf49701a) --- textproc/py-pikepdf/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/py-pikepdf/Makefile b/textproc/py-pikepdf/Makefile index 4e73dda67ea2..2de809ce66a7 100644 --- a/textproc/py-pikepdf/Makefile +++ b/textproc/py-pikepdf/Makefile @@ -1,5 +1,6 @@ PORTNAME= pikepdf DISTVERSION= 5.6.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=2.6.0<3:devel/py-pybind11@${PY_F ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libqpdf.so:print/qpdf RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}deprecation>=0:devel/py-deprecation@${PY_FLAVOR} \ ${PY_PILLOW} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=20.2.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.8.0:devel/py-dateutil@${PY_FLAVOR} \