mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: postorius: Build with Django 2.2.
* gnu/packages/mail.scm (postorius)[inputs]: Change from PYTHON-DJANGO to PYTHON-DJANGO-2.2. Move PYTHON-README-RENDERER early so that its propagated cffi takes precedence, in order to placate the sanity check.
This commit is contained in:
parent
937c5ff1ce
commit
a46a5a4196
1 changed files with 2 additions and 2 deletions
|
@ -3520,8 +3520,8 @@ (define-public postorius
|
|||
#t))))
|
||||
#:tests? #f)) ; Tests try to run a mailman instance to test against.
|
||||
(inputs
|
||||
(list python-django python-django-mailman3 python-mailmanclient
|
||||
python-readme-renderer))
|
||||
(list python-readme-renderer python-mailmanclient
|
||||
python-django-2.2 python-django-mailman3))
|
||||
(native-inputs
|
||||
(list python-beautifulsoup4 python-isort python-mock python-vcrpy))
|
||||
(home-page "https://gitlab.com/mailman/postorius")
|
||||
|
|
Loading…
Reference in a new issue