aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2022-05-29 18:16:10 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2022-05-29 18:16:10 +0000
commitba5fca99f50cdce3b389d8f10558ab031e479aa2 (patch)
tree84270c6b11bf0caf47c0602ceb0f8f4d4ae5ef98
parent71b3172e9e3ff831c999f89d66c423cb979d5748 (diff)
downloadports-ba5fca99f50cdce3b389d8f10558ab031e479aa2.tar.gz
ports-ba5fca99f50cdce3b389d8f10558ab031e479aa2.zip
www/seahub: Add missing depend
Cryptodome dependency was missing which is required to create links with passwords.
-rw-r--r--www/seahub/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/seahub/Makefile b/www/seahub/Makefile
index 5b2845df5940..dcc92cbcceb8 100644
--- a/www/seahub/Makefile
+++ b/www/seahub/Makefile
@@ -30,6 +30,7 @@ RUN_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PY_PILLOW} \
${PYTHON_PKGNAMEPREFIX}pyjwt>=0:www/py-pyjwt@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pycryptodome>=3.12.0:security/py-pycryptodome@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pysaml26>=6.5.1:security/py-pysaml26@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pymysql>0:databases/py-pymysql@${PY_FLAVOR} \