Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2024 09:35:13 GMT
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: 1d7f327ef776 - main - security/py-omemo-dr: Convert to USE_PYTHON=cryptography
Message-ID:  <202410210935.49L9ZDS9031066@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 1d7f327ef77632112d585adb112d7e7834f02122
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-21 06:35:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-21 09:17:40 +0000

    security/py-omemo-dr: Convert to USE_PYTHON=cryptography
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 security/py-omemo-dr/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/security/py-omemo-dr/Makefile b/security/py-omemo-dr/Makefile
index e9aefb1dbbe2..4963b011d678 100644
--- a/security/py-omemo-dr/Makefile
+++ b/security/py-omemo-dr/Makefile
@@ -14,10 +14,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}build>0:devel/py-build@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}protobuf>=3.0:devel/py-protobuf@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}protobuf>=3.0:devel/py-protobuf@${PY_FLAVOR}
 
 USES=		python:3.9+
-USE_PYTHON=	autoplist pep517
+USE_PYTHON=	autoplist cryptography pep517
 
 .include <bsd.port.mk>



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