diff options
-rw-r--r-- | devel/py-watchgod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-watchgod/Makefile b/devel/py-watchgod/Makefile index 3bfe1d80e555..042fb5bdb5d9 100644 --- a/devel/py-watchgod/Makefile +++ b/devel/py-watchgod/Makefile @@ -1,5 +1,6 @@ PORTNAME= watchgod PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ WWW= https://github.com/samuelcolvin/watchfiles LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.0.0<4:devel/py-anyio@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio3>=3.0.0<4:devel/py-anyio3@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils |