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
@ -72,7 +72,10 @@
|
|||||||
(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 New Issue
Block a user