git: fde07d8ea489 - main - security/liboqs: Use devel/py-pytest instead of devel/py-pytest4

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 25 Aug 2023 06:42:57 UTC
The branch main has been updated by yuri:

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

commit fde07d8ea4893d05f6ef8337b7fca191b1c19184
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-25 06:42:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-25 06:42:16 +0000

    security/liboqs: Use devel/py-pytest instead of devel/py-pytest4
---
 security/liboqs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile
index 29a3dd0ba129..c181e89231d1 100644
--- a/security/liboqs/Makefile
+++ b/security/liboqs/Makefile
@@ -10,7 +10,7 @@ WWW=		https://openquantumsafe.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
 		bash:shells/bash