git: 186d2c2af772 - main - security/cowrie: Fix USE_PYTHON=cryptography usage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Sep 2026 15:00:06 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=186d2c2af772e9606d5fea3246956783e28ee6cc
commit 186d2c2af772e9606d5fea3246956783e28ee6cc
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-09-09 14:43:54 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-09-09 14:49:54 +0000
security/cowrie: Fix USE_PYTHON=cryptography usage
Approved by: portmgr (blanket)
With hat: python
---
security/cowrie/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/security/cowrie/Makefile b/security/cowrie/Makefile
index 7f3208f9554f..749af1cfe59a 100644
--- a/security/cowrie/Makefile
+++ b/security/cowrie/Makefile
@@ -17,7 +17,6 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
RUN_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}attrs>=26.1.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}bcrypt>=5.0.0:security/py-bcrypt@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cryptography>=48.0.1:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hyperlink>=21.0.0:www/py-hyperlink@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>=3.16:dns/py-idna@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=26.2:devel/py-packaging@${PY_FLAVOR} \