diff options
author | jgart <jgart@dismail.de> | 2021-11-10 01:05:41 -0500 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2021-11-15 11:57:37 +0530 |
commit | b18df944c5035fb8bbe02c92345eeb12a223956d (patch) | |
tree | 0b11861a3aca5e16bee19f7a36ab1960b18dc362 /gnu/packages/python-xyz.scm | |
parent | 1fc71de3abbd7e205d2037cd0263c6a1026d3643 (diff) |
gnu: python2-orderedmultidict: Remove package.
* gnu/packages/python-web.scm (python2-orderedmultidict): Delete variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index afc86ec559..79ac39e817 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") |