arunisaac pushed a commit to branch master
in repository guix.

commit b18df944c5035fb8bbe02c92345eeb12a223956d
Author: jgart <[email protected]>
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 <[email protected]>
---
 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