aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-ansible-lint
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2021-02-27 20:14:06 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2021-02-27 20:14:06 +0000
commitdd848befa5fa2b631e57146e1e7f6210150b38dd (patch)
treedc507ce493925efe33e03da87101645b2c0cfc9c /sysutils/py-ansible-lint
parent40cf7d4c84db797c5ce304e4f750b2870d0aac30 (diff)
downloadports-dd848befa5fa2b631e57146e1e7f6210150b38dd.tar.gz
ports-dd848befa5fa2b631e57146e1e7f6210150b38dd.zip
Add yet another missing dependency.
Notes
Notes: svn path=/head/; revision=566734
Diffstat (limited to 'sysutils/py-ansible-lint')
-rw-r--r--sysutils/py-ansible-lint/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/py-ansible-lint/Makefile b/sysutils/py-ansible-lint/Makefile
index 48b837ced998..fcdd0fd024f9 100644
--- a/sysutils/py-ansible-lint/Makefile
+++ b/sysutils/py-ansible-lint/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ansible-lint
PORTVERSION= 5.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible>=2.8:sysutils/ansible@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.15.37:devel/py-ruamel.yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=9.5.1:textproc/py-rich@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}enrich>=1.2.6:textproc/py-enrich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wcmatch>=7.0:textproc/py-wcmatch@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} \