diff options
Diffstat (limited to 'www/seahub/Makefile')
-rw-r--r-- | www/seahub/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/seahub/Makefile b/www/seahub/Makefile index 43230f06d2fd..901956f77fa7 100644 --- a/www/seahub/Makefile +++ b/www/seahub/Makefile @@ -40,7 +40,8 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}openpyxl>=3.0:textproc/py-openpyxl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.3:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bleach>=5.0:www/py-bleach@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-ldap>=3.4:net/py-python-ldap@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}python-ldap>=3.4:net/py-python-ldap@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=3.4:devel/py-setuptools@${PY_FLAVOR} #${PYTHON_PKGNAMEPREFIX}captcha>=0.4:www/py-captcha@${PY_FLAVOR} \ |