diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:03:17 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:20 -0400 |
commit | c8638b6db6437eb4ed323a1ae411eb21b5c79b8c (patch) | |
tree | 1dc12cc7828d54e720559662433d8cbb710debba /gnu | |
parent | 061d33df7304e08125b91a3ae8e53ab56575296c (diff) |
gnu: Remove python2-urwidtrees.
* gnu/packages/python-xyz.scm (python2-urwidtrees): Delete variable.
Diffstat (limited to 'gnu')
-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 f0c71d0726..161042124a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9486,9 +9486,6 @@ distance between two or more sequences by many algorithms.") toolkit. Use it to build trees of widgets.") (license license:gpl3+))) -(define-public python2-urwidtrees - (package-with-python2 python-urwidtrees)) - (define-public python-ua-parser (package (name "python-ua-parser") |