aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-ansible-lint
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2019-06-12 13:03:02 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2019-06-12 13:03:02 +0000
commit3a7cef05b7506c17b2a9457bb524b66b757bbc88 (patch)
treef80f4f92a9702c214f9210cd22e80c34a451ebbb /sysutils/py-ansible-lint
parent77f692b2dbb95061072c3cc25c2d90d9ab765fbb (diff)
downloadports-3a7cef05b7506c17b2a9457bb524b66b757bbc88.tar.gz
ports-3a7cef05b7506c17b2a9457bb524b66b757bbc88.zip
Add all of the inexplicably missing RUN_DEPENDS needed by this port.
PR: 238519 Reported by: 0mp
Notes
Notes: svn path=/head/; revision=504010
Diffstat (limited to 'sysutils/py-ansible-lint')
-rw-r--r--sysutils/py-ansible-lint/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/py-ansible-lint/Makefile b/sysutils/py-ansible-lint/Makefile
index 9f0ef425ba31..c0e41067413c 100644
--- a/sysutils/py-ansible-lint/Makefile
+++ b/sysutils/py-ansible-lint/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ansible-lint
PORTVERSION= 4.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +13,10 @@ COMMENT= Checks playbooks for sub-optimal practices and behaviour
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible>=2.6:sysutils/ansible@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.15.37:devel/py-ruamel.yaml@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>0:devel/py-setuptools_scm_git_archive@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \