git: 09aaaf8e0637 - main - devel/py-pytest-rerunfailures: Remove conditional DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 01:44:19 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=09aaaf8e0637508b95643829b50aa575b45e1831 commit 09aaaf8e0637508b95643829b50aa575b45e1831 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-30 01:15:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-30 01:31:22 +0000 devel/py-pytest-rerunfailures: Remove conditional DEPENDS These *_DEPENDS are no longer required after the removal of python37. Sponsored by: The FreeBSD Foundation --- devel/py-pytest-rerunfailures/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-pytest-rerunfailures/Makefile b/devel/py-pytest-rerunfailures/Makefile index d9f40518d5fa..1c57beb8e007 100644 --- a/devel/py-pytest-rerunfailures/Makefile +++ b/devel/py-pytest-rerunfailures/Makefile @@ -19,10 +19,4 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>