mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
www/py-aioquic: Update version requirement of RUN_DEPENDS
This commit is contained in:
parent
4970228d65
commit
959cbae82c
@ -11,11 +11,11 @@ WWW= https://github.com/aiortc/aioquic
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pylsqpack>=0.3.3<0.4.0:www/py-pylsqpack@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openssl>=21,1:security/py-openssl@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}openssl>=22,1:security/py-openssl@${PY_FLAVOR}
|
||||
|
||||
USES= python ssl
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- pyproject.toml.orig 2023-07-04 09:19:50 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -29,7 +29,7 @@ classifiers = [
|
||||
dependencies = [
|
||||
"certifi",
|
||||
"pylsqpack>=0.3.3,<0.4.0",
|
||||
- "pyopenssl>=22",
|
||||
+ "pyopenssl>=21",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
Loading…
Reference in New Issue
Block a user