1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

security/py-pyhanko: Update version requirement of RUN_DEPENDS

This commit is contained in:
Po-Chuan Hsieh 2024-08-05 01:09:04 +08:00
parent 80ec52bba5
commit b8656b8b42
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 1 additions and 10 deletions

View File

@ -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

View File

@ -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",