freebsd-ports/security/py-pyhanko-certvalidator/files/patch-pyproject.toml
Po-Chuan Hsieh 499e5f4343
security/py-pyhanko-certvalidator: Add ASYNC_HTTP option
- Bump PORTREVISION for package change
2024-11-28 12:39:38 +08:00

19 lines
542 B
TOML

--- pyproject.toml.orig 2024-11-17 14:43:24 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
- "setuptools>=67.4",
+ "setuptools>=61",
"wheel"
]
build-backend = "setuptools.build_meta"
@@ -51,7 +51,7 @@ Homepage = "https://github.com/MatthiasValvekens/certv
Homepage = "https://github.com/MatthiasValvekens/certvalidator"
[project.optional-dependencies]
-async-http = ["aiohttp>=3.8,<3.11"]
+async-http = ["aiohttp>=3.8,<3.12"]
testing = [
"pytest>=6.1.1",
"pytest-cov>=4.0,<6.1",