diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-05 05:26:14 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-05 05:30:16 +0800 |
commit | e5dafcc06ca6740fefb98db6f8732dbbb6adfdaa (patch) | |
tree | a6bce2871a3f86860cb94a7906c353c1642e400f | |
parent | devel/py-watchgod: Change RUN_DEPENDS from py-anyio to py-anyio3 (diff) |
devel/py-ypy-websocket: Change RUN_DEPENDS from py-anyio to py-anyio3
- Bump PORTREVISION for dependency change
-rw-r--r-- | devel/py-ypy-websocket/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-ypy-websocket/Makefile b/devel/py-ypy-websocket/Makefile index 2a9e02407e29..ebc2e90509a7 100644 --- a/devel/py-ypy-websocket/Makefile +++ b/devel/py-ypy-websocket/Makefile @@ -1,5 +1,6 @@ PORTNAME= ypy-websocket PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiosqlite>=0.18.0<1:databases/py-aiosqlite@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}anyio>=3.6.2<4:devel/py-anyio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}anyio3>=3.6.2<4:devel/py-anyio3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}y-py>=0.6.0<0.7.0:devel/py-y-py@${PY_FLAVOR} USES= python |