git: 3fb811437d47 - main - security/py-trustme: add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Apr 2022 18:46:21 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3fb811437d4704b4b23387336dc04e06ea4db0bd
commit 3fb811437d4704b4b23387336dc04e06ea4db0bd
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-04-13 12:19:35 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-04-13 18:41:54 +0000
security/py-trustme: add missing dependency
Discovered by: reprise
---
security/py-trustme/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/security/py-trustme/Makefile b/security/py-trustme/Makefile
index d2038aed5a27..747760b69b0b 100644
--- a/security/py-trustme/Makefile
+++ b/security/py-trustme/Makefile
@@ -1,5 +1,6 @@
PORTNAME= trustme
PORTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,8 @@ LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE2
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \