aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pytest-pep8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pytest-pep8/Makefile')
-rw-r--r--devel/py-pytest-pep8/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pytest-pep8/Makefile b/devel/py-pytest-pep8/Makefile
index 9149d093bdc6..fa0036e7a504 100644
--- a/devel/py-pytest-pep8/Makefile
+++ b/devel/py-pytest-pep8/Makefile
@@ -10,8 +10,8 @@ COMMENT= Pytest plugin to check PEP8 requirements
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.4.2:devel/py-pytest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-cache>=0:devel/py-pytest-cache@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=2.4.2:devel/py-pytest4@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest4-cache>=0:devel/py-pytest4-cache@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pep8>=1.3:devel/pep8@${PY_FLAVOR}
USES= python:3.6+