Skip to content
Snippets Groups Projects
Verified Commit 44aea2d5 authored by sunpoet's avatar sunpoet
Browse files

devel/py-pytest-isort: Fix version requirement of RUN_DEPENDS

parent ef484815
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE ...@@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst LICENSE_FILE= ${WRKSRC}/LICENSE.rst
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isort>=4.0:devel/py-isort@${PY_FLAVOR} \ 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+ USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils USE_PYTHON= autoplist concurrent distutils
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment