guix-patches
[Top][All Lists]
Advanced

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

[bug#51630] [PATCH 2/3] gnu: Remove python2-orderedmultidict.


From: jgart
Subject: [bug#51630] [PATCH 2/3] gnu: Remove python2-orderedmultidict.
Date: Wed, 10 Nov 2021 12:32:47 -0500

* gnu/packages/python-web.scm (python2-orderedmultidict): Remove variable.
---
 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 f1cb084533..934007681e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6685,9 +6685,6 @@ (define-public python-orderedmultidict
 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")
-- 
2.33.1






reply via email to

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