mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
seafile-pro-server: add saml deps
This commit is contained in:
parent
12917b6bfa
commit
e1017455b3
1 changed files with 2 additions and 5 deletions
|
|
@ -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:*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue