Skip to content

Commit

Permalink
devel/py-pytest-isort: Fix version requirement of RUN_DEPENDS
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 27, 2022
1 parent ef48481 commit 44aea2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/py-pytest-isort/Makefile
Expand Up @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isort>=4.0:devel/py-isort@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=4.0:devel/py-pytest@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}pytest>=5.0,1:devel/py-pytest@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
Expand Down

0 comments on commit 44aea2d

Please sign in to comment.