Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2024 09:35:10 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: 357ee67d4743 - main - security/py-badkeys: Remove duplicate py-cryptography from RUN_DEPENDS
Message-ID:  <202410210935.49L9ZAhJ030932@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=357ee67d4743be8818c9a416f701a07818208282

commit 357ee67d4743be8818c9a416f701a07818208282
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-21 06:34:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-21 09:17:40 +0000

    security/py-badkeys: Remove duplicate py-cryptography from RUN_DEPENDS
    
    USE_PYTHON=cryptography adds corresponding py-cryptography to RUN_DEPENDS already.
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 security/py-badkeys/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/security/py-badkeys/Makefile b/security/py-badkeys/Makefile
index b5d94c0ef5c7..776edfdf886c 100644
--- a/security/py-badkeys/Makefile
+++ b/security/py-badkeys/Makefile
@@ -14,8 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist cryptography pep517



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