gnu: python2-orderedmultidict: Remove package.

* gnu/packages/python-web.scm (python2-orderedmultidict): Delete variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
jgart 2021-11-10 01:05:41 -05:00 committed by Arun Isaac
parent 1fc71de3ab
commit b18df944c5
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -6704,9 +6704,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")