3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Marius Bakke 2022-01-12 00:41:17 +01:00
parent 937c5ff1ce
commit a46a5a4196
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3520,8 +3520,8 @@ some configuration.")
#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")