git: de2b126b031b - main - sysutils/iocage: Remove pytest-runner runtime dep

Michael Gmelin grembo at FreeBSD.org
Mon Jul 19 17:05:02 UTC 2021


The branch main has been updated by grembo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de2b126b031bee981f4173b6f67cb5e1701abc57

commit de2b126b031bee981f4173b6f67cb5e1701abc57
Author:     Michael Gmelin <grembo at FreeBSD.org>
AuthorDate: 2021-07-19 16:28:28 +0000
Commit:     Michael Gmelin <grembo at FreeBSD.org>
CommitDate: 2021-07-19 16:44:02 +0000

    sysutils/iocage: Remove pytest-runner runtime dep
    
    py-pytest-runner is deprecated, but upstream is still using it.
    Having this as a runtime dependency was always a bit questionable.
    
    PR:             251447
    Reported by:    Mina Galic <me at igalic.co>
---
 sysutils/iocage/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sysutils/iocage/Makefile b/sysutils/iocage/Makefile
index 4276602008af..af3a47925b83 100644
--- a/sysutils/iocage/Makefile
+++ b/sysutils/iocage/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	iocage
 PORTVERSION=	1.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	sysutils python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -22,7 +22,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}coloredlogs>0:devel/py-coloredlogs@${PY_FLAVOR} \
 		ca_root_nss>0:security/ca_root_nss \
 		${PYTHON_PKGNAMEPREFIX}texttable>=0.8.7:textproc/py-texttable@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}libzfs>=1.0.2:devel/py-libzfs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \


More information about the dev-commits-ports-main mailing list