diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-27 16:03:48 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:46 +0100 |
| commit | f2ffaa347ea1f839c7a0603bbf9a573af19c70b5 (patch) | |
| tree | d318b0303e678bccc8927d552b18338d17af70db /gnu/packages/django.scm | |
| parent | 348032e6272e1c453e86490594c0d0f24bac4109 (diff) | |
gnu: python-django-allauth: Drop phase 'pre-check.
* gnu/packages/django.scm (python-django-allauth)[arguments]
<#:phases>: Drop phase 'pre-check.
Change-Id: I3e62f9aa0ff4fccd40e5ca916e8cf13e4541d987
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/django.scm')
| -rw-r--r-- | gnu/packages/django.scm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 711fb3d6174..54c4681d576 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm | |||
| @@ -711,16 +711,7 @@ them do this.") | |||
| 711 | ;; tests: 1812 passed, 9 warnings | 711 | ;; tests: 1812 passed, 9 warnings |
| 712 | #:test-flags | 712 | #:test-flags |
| 713 | ;; XXX: KeyError: location | 713 | ;; XXX: KeyError: location |
| 714 | #~(list "--ignore=allauth/socialaccount/providers/openid/tests.py") | 714 | #~(list "--ignore=allauth/socialaccount/providers/openid/tests.py"))) |
| 715 | #:phases | ||
| 716 | #~(modify-phases %standard-phases | ||
| 717 | ;; FIXME: This should be fixed in python-xmlsec | ||
| 718 | ;; E xmlsec.Error: (1, 'cannot load crypto library for xmlsec.') | ||
| 719 | (add-before 'check 'pre-check | ||
| 720 | (lambda* (#:key inputs #:allow-other-keys) | ||
| 721 | (let ((lib (search-input-file inputs "lib/libxmlsec1-openssl.so"))) | ||
| 722 | (setenv "LD_LIBRARY_PATH" | ||
| 723 | (dirname lib)))))))) | ||
| 724 | (propagated-inputs | 715 | (propagated-inputs |
| 725 | (list python-asgiref | 716 | (list python-asgiref |
| 726 | python-django | 717 | python-django |
