diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-07 16:05:33 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-07 16:05:33 +0800 |
commit | 1a80ec7c2281900b82b228ee3a7b070c8ca4286e (patch) | |
tree | 2e559a47aac23d474a93b5daa1100150e83b1824 /devel/py-apispec | |
parent | lang/nll: update to 20240703a (diff) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change
Diffstat (limited to 'devel/py-apispec')
-rw-r--r-- | devel/py-apispec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-apispec/Makefile b/devel/py-apispec/Makefile index 8377d3ea43f3..eb8a79df64f2 100644 --- a/devel/py-apispec/Makefile +++ b/devel/py-apispec/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marshmallow>0:devel/py-marshmallow@${PY_FLA ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openapi-spec-validator>0:devel/py-openapi-spec-validator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prance>=0.11:devel/py-prance@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.10:devel/py-pyyaml@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 pytest |