git: 08c2e911e9be - main - sysutils/py-ansible-lint: add missing dependency on py-jsonschema

From: Matthew Seaman <matthew_at_FreeBSD.org>
Date: Thu, 12 May 2022 20:03:57 UTC
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=08c2e911e9beeb640b9cf8acbc0bb2f1781add84

commit 08c2e911e9beeb640b9cf8acbc0bb2f1781add84
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2022-05-12 20:01:17 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2022-05-12 20:03:50 +0000

    sysutils/py-ansible-lint: add missing dependency on py-jsonschema
    
    PR:             263932
    Reported by:     Andre Rikkert de Koe
---
 sysutils/py-ansible-lint/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/py-ansible-lint/Makefile b/sysutils/py-ansible-lint/Makefile
index 5b248d7f1cfc..72233c50d8d4 100644
--- a/sysutils/py-ansible-lint/Makefile
+++ b/sysutils/py-ansible-lint/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ansible-lint
 PORTVERSION=	6.1.0
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansible-compat>=2.0.2:sysutils/py-ansible-compat@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ansible-core>=2.12.0:sysutils/py-ansible-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}enrich>=1.2.6:textproc/py-enrich@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jsonschema>=4.5.1:devel/py-jsonschema@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rich>=9.5.1:textproc/py-rich@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.15.37:devel/py-ruamel.yaml@${PY_FLAVOR} \