Skip to content

Commit

Permalink
sysutils/py-ansible-lint: adjust dependency version limits
Browse files Browse the repository at this point in the history
The devel/py-ruamel.yaml port was updated to 0.18.2 recently.  Remove
the dependency restriction in ansible-lint
  • Loading branch information
infracaninophile committed Oct 27, 2023
1 parent 4df811a commit b92aa60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sysutils/py-ansible-lint/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ansible-lint
PORTVERSION= 6.17.1
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -19,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible-core>=2.12.0:sysutils/py-ansible-cor
${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pathspec>=0.10.3:devel/py-pathspec@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.0<0.18:devel/py-ruamel.yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.0:devel/py-ruamel.yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}subprocess-tee>=0.4.1:devel/py-subprocess-tee@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wcmatch>=8.1.2:textproc/py-wcmatch@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=5.4.1:devel/py-yaml@${PY_FLAVOR} \
Expand Down

0 comments on commit b92aa60

Please sign in to comment.