guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-openid: Remove python2 variant.


From: guix-commits
Subject: branch master updated: gnu: python-openid: Remove python2 variant.
Date: Thu, 20 Jan 2022 09:35:52 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 80c48a2a93 gnu: python-openid: Remove python2 variant.
80c48a2a93 is described below

commit 80c48a2a93968613621f37e21479538e43f3b3d9
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jan 20 15:34:33 2022 +0100

    gnu: python-openid: Remove python2 variant.
    
    This is a follow-up of: 90b6c3f4e6467a810c6001dcd46337e7c45491d8.
    
    * gnu/packages/python-web.scm (python-openid)[properties]: Remove it.
---
 gnu/packages/python-web.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b60abde4a1..1c1f497829 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1426,7 +1426,6 @@ is Python’s.")
           (lambda _
             (invoke "coverage" "run" "-m"
                     "unittest" "openid.test.test_suite"))))))
-    (properties `((python2-variant . ,(delay python2-openid))))
     (propagated-inputs
      (list python-defusedxml))
     (native-inputs



reply via email to

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