guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/45: gnu: postorius: Build with Django 2.2.


From: guix-commits
Subject: 09/45: gnu: postorius: Build with Django 2.2.
Date: Wed, 12 Jan 2022 17:58:39 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit a46a5a419615df8cf86c4fb342642549fddeedb7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 12 00:41:17 2022 +0100

    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.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index b1aef2e878..9f70ae1b08 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]