Skip to content

Commit

Permalink
www/seahub: Add missing depend
Browse files Browse the repository at this point in the history
Cryptodome dependency was missing which is required
to create links with passwords.
  • Loading branch information
Richard Gallamore authored and Richard Gallamore committed May 29, 2022
1 parent 71b3172 commit ba5fca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/seahub/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit ba5fca9

Please sign in to comment.