aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-26 14:57:20 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-26 15:01:50 +0000
commit9ed845f882ba40b5a90f2eb95cd4ae7d28e04eab (patch)
treecc7707859df60255ab3d48305028f0ce6451aeb1
parent59e37d079cfeddc643cadda191557170b55bed17 (diff)
downloadports-9ed845f882ba40b5a90f2eb95cd4ae7d28e04eab.tar.gz
ports-9ed845f882ba40b5a90f2eb95cd4ae7d28e04eab.zip
devel/py-pytest4: Fix RUN_DEPENDS after cd1f80795973dc010a788cdbf90cece3473e36f4
- Change RUN_DEPENDS from py-pluggy to py-pluggy0 after - Bump PORTREVISION for dependency change
-rw-r--r--devel/py-pytest4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-pytest4/Makefile b/devel/py-pytest4/Makefile
index acc95ec7edf3..557800996f38 100644
--- a/devel/py-pytest4/Makefile
+++ b/devel/py-pytest4/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pytest
PORTVERSION= 4.6.11
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
@@ -19,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=1.0:devel/py-atomicwrites@${PY
${PYTHON_PKGNAMEPREFIX}attrs>=17.4.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}more-itertools>=4.0.0:devel/py-more-itertools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pluggy>=0.12<1.0:devel/py-pluggy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pluggy0>=0.12<1.0:devel/py-pluggy0@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}py>=1.5.0:devel/py-py@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}