seafile-pro-server: add saml deps

This commit is contained in:
Anton Bolshakov 2023-05-30 12:05:04 +08:00
parent 12917b6bfa
commit e1017455b3
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -14,15 +14,11 @@ SRC_URI="https://download.seafile.com/d/6e5297246c/files/?p=%2Fpro%2F${MY_P}&dl=
LICENSE="seafile"
SLOT="0"
KEYWORDS="amd64"
IUSE="fuse mysql psd sqlite"
IUSE="fuse mysql psd saml sqlite"
# https://manual.seafile.com/upgrade/upgrade_notes_for_10.0.x/
# https://manual.seafile.com/changelog/changelog-for-seafile-professional-server/
#FIXME, add ADFS use flag with:
# djangosaml2
# pysaml2
RDEPEND="${PYTHON_DEPS}
=app-misc/elasticsearch-8*
$(python_gen_cond_dep '
@ -46,6 +42,7 @@ RDEPEND="${PYTHON_DEPS}
')
fuse? ( sys-fs/fuse:0 )
mysql? ( $(python_gen_cond_dep ' dev-python/mysqlclient[${PYTHON_USEDEP}]') )
saml? ( $(python_gen_cond_dep ' dev-python/djangosaml2[${PYTHON_USEDEP}]') )
sys-libs/libselinux
dev-libs/nss
virtual/jre:*"