Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2023 06:42:57 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fde07d8ea489 - main - security/liboqs: Use devel/py-pytest instead of devel/py-pytest4
Message-ID:  <202308250642.37P6gvmB022171@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308250642.37P6gvmB022171>