From b8656b8b4257e7c1429f1bba6bab9518ba8d7e91 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 5 Aug 2024 01:09:04 +0800 Subject: [PATCH] security/py-pyhanko: Update version requirement of RUN_DEPENDS --- security/py-pyhanko/Makefile | 2 +- security/py-pyhanko/files/patch-pyproject.toml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/security/py-pyhanko/Makefile b/security/py-pyhanko/Makefile index a166880f9f1b..280235e3d344 100644 --- a/security/py-pyhanko/Makefile +++ b/security/py-pyhanko/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_F ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>=7.3.1:textproc/py-qrcode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.31.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tzlocal>=4.2:devel/py-tzlocal@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tzlocal>=4.3:devel/py-tzlocal@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent cryptography pep517 diff --git a/security/py-pyhanko/files/patch-pyproject.toml b/security/py-pyhanko/files/patch-pyproject.toml index ae9322c3aa0f..eadfc8905bdf 100644 --- a/security/py-pyhanko/files/patch-pyproject.toml +++ b/security/py-pyhanko/files/patch-pyproject.toml @@ -15,12 +15,3 @@ description = "Tools for stamping and signing PDF files" authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}] maintainers = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}] -@@ -36,7 +36,7 @@ dependencies = [ - dependencies = [ - "asn1crypto>=1.5.1", - "qrcode>=7.3.1", -- "tzlocal>=4.3", -+ "tzlocal>=4.2", - "pyhanko-certvalidator>=0.26.2,<0.27", - "click>=8.1.3", - "requests>=2.31.0",