guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python2-orderedmultidict: Remove package.


From: guix-commits
Subject: 02/03: gnu: python2-orderedmultidict: Remove package.
Date: Mon, 15 Nov 2021 01:34:16 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit b18df944c5035fb8bbe02c92345eeb12a223956d
Author: jgart <jgart@dismail.de>
AuthorDate: Wed Nov 10 01:05:41 2021 -0500

    gnu: python2-orderedmultidict: Remove package.
    
    * gnu/packages/python-web.scm (python2-orderedmultidict): Delete variable.
    
    Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index afc86ec..79ac39e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6704,9 +6704,6 @@ multiple values for the same key.  An ordered multivalue 
dictionary is a
 multivalue dictionary that retains the order of insertions and deletions.")
     (license license:unlicense)))
 
-(define-public python2-orderedmultidict
-  (package-with-python2 python-orderedmultidict))
-
 (define-public python-autopep8
   (package
     (name "python-autopep8")



reply via email to

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