git: 54995a3b102b - main - devel/py-oci: Remove duplicate py-cryptography from RUN_DEPENDS

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

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

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

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

diff --git a/devel/py-oci/Makefile b/devel/py-oci/Makefile
index 0f150703f5d0..5df7fc33ae7d 100644
--- a/devel/py-oci/Makefile
+++ b/devel/py-oci/Makefile
@@ -18,7 +18,6 @@ LICENSE_PERMS_UPL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}circuitbreaker>=1.3.1:devel/py-circuitbreaker@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cryptography>=3.2.1:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.3<3.0.0:devel/py-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR}