aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-08-25 06:42:16 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-08-25 06:42:16 +0000
commitfde07d8ea4893d05f6ef8337b7fca191b1c19184 (patch)
treee981fdc04ee0424d4e05819550447a49c54cfb5c
parenta919020e1c00fbf82decb5bea73e70c19ead32df (diff)
downloadports-fde07d8ea4893d05f6ef8337b7fca191b1c19184.tar.gz
ports-fde07d8ea4893d05f6ef8337b7fca191b1c19184.zip
security/liboqs: Use devel/py-pytest instead of devel/py-pytest4
-rw-r--r--security/liboqs/Makefile2
1 files changed, 1 insertions, 1 deletions
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