guix-commits
[Top][All Lists]
Advanced

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

35/36: gnu: Fix python2-django-allauth.


From: julien lepiller
Subject: 35/36: gnu: Fix python2-django-allauth.
Date: Thu, 11 May 2017 16:01:32 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit f048db5aac1c75470c823fd9b504451b14a04680
Author: Julien Lepiller <address@hidden>
Date:   Sat Apr 22 21:09:47 2017 +0200

    gnu: Fix python2-django-allauth.
    
    * gnu/packages/python.scm (python-openid)[properties]: Use python2-variant.
---
 gnu/packages/python.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4082632..dc7adf2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5571,6 +5571,7 @@ features useful for text console applications.")
         (replace 'check
           (lambda _
             (zero? (system* "./admin/runtests")))))))
+    (properties `((python2-variant . ,(delay python2-openid))))
     (propagated-inputs
      `(("python-defusedxml" ,python-defusedxml)))
     (native-inputs



reply via email to

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