mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-matrix-synapse-ldap3: Fix build.
* gnu/packages/matrix.scm (python-matrix-synapse-ldap3)[arguments]: Delete sanity check.
This commit is contained in:
parent
a46a5a4196
commit
fb6de84a6b
1 changed files with 4 additions and 1 deletions
|
@ -72,7 +72,10 @@ (define-public python-matrix-synapse-ldap3
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; tests require synapse, creating a circular dependency.
|
;; tests require synapse, creating a circular dependency.
|
||||||
'(#:tests? #f))
|
'(#:tests? #f
|
||||||
|
#:phases (modify-phases %standard-phases
|
||||||
|
;; Also, auth_provider.py attempts to import synapse.
|
||||||
|
(delete 'sanity-check))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-twisted python-ldap3 python-service-identity))
|
(list python-twisted python-ldap3 python-service-identity))
|
||||||
(home-page "https://github.com/matrix-org/matrix-synapse-ldap3")
|
(home-page "https://github.com/matrix-org/matrix-synapse-ldap3")
|
||||||
|
|
Loading…
Reference in a new issue