Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 20:53:35 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a70916959b10 - main - comms/py-pynitrokey: Fix USE_PYTHON=cryptography* usage
Message-ID:  <6a3ee6cf.1fa89.746cfc1d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit a70916959b1022c86155b7ea4f98b57056ac8b5a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-06-26 20:47:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-06-26 20:47:23 +0000

    comms/py-pynitrokey: Fix USE_PYTHON=cryptography* usage
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 comms/py-pynitrokey/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/comms/py-pynitrokey/Makefile b/comms/py-pynitrokey/Makefile
index d47dea13c88e..470bae7e9f8d 100644
--- a/comms/py-pynitrokey/Makefile
+++ b/comms/py-pynitrokey/Makefile
@@ -12,7 +12,6 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>=8.2,<9:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cryptography>=43:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fido2>=2,<3:security/py-fido2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hidapi>=0.14,<0.15:comms/py-hidapi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}intelhex>=0:devel/py-intelhex@${PY_FLAVOR} \
@@ -28,7 +27,6 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}poetry>=0:devel/py-poetry@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>=8.2,<9:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cryptography>=43:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fido2>=2,<3:security/py-fido2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hidapi>=0.14,<0.15:comms/py-hidapi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}intelhex>=0:devel/py-intelhex@${PY_FLAVOR} \
@@ -43,7 +41,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR}
 
 USES=		python shebangfix
-USE_PYTHON=	autoplist concurrent cryptography pep517
+USE_PYTHON=	autoplist concurrent cryptography cryptography_build pep517
 
 SHEBANG_FILES=	pynitrokey/start/upgrade_by_passwd.py \
 		pynitrokey/start/usb_strings.py


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ee6cf.1fa89.746cfc1d>