aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 14:31:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 14:31:56 +0000
commit54995a3b102bdff36f65f1749e7e20a255c68f3f (patch)
tree7a8b93efa24a0dc664cdb73d28fdc3fb48c19e01
parent3754fc5f190b9a31f617d662bb35fd0f96ee8088 (diff)
downloadports-54995a3b102bdff36f65f1749e7e20a255c68f3f.tar.gz
ports-54995a3b102bdff36f65f1749e7e20a255c68f3f.zip
devel/py-oci: Remove duplicate py-cryptography from RUN_DEPENDS
USE_PYTHON=cryptography adds py-cryptography to RUN_DEPENDS already. With hat: python
-rw-r--r--devel/py-oci/Makefile1
1 files changed, 0 insertions, 1 deletions
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}