diff options
| -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 |
