git: 8c1d5a691c94 - main - finance/py-ccxt: Remove duplicate py-cryptography from RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 29 Sep 2023 14:32:13 UTC
The branch main has been updated by sunpoet:

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

commit 8c1d5a691c94fbd8933d0993d49ea3128e471ce7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-29 14:31:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-29 14:31:57 +0000

    finance/py-ccxt: Remove duplicate py-cryptography from RUN_DEPENDS
    
    USE_PYTHON=cryptography adds py-cryptography to RUN_DEPENDS already.
    
    With hat:       python
---
 finance/py-ccxt/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/finance/py-ccxt/Makefile b/finance/py-ccxt/Makefile
index b374ee987da5..e81947557c33 100644
--- a/finance/py-ccxt/Makefile
+++ b/finance/py-ccxt/Makefile
@@ -12,7 +12,6 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=2018.1.18:security/py-certifi@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cryptography>=2.6.1:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR}
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.8:www/py-aiohttp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yarl>=1.7.2:www/py-yarl@${PY_FLAVOR}