From c8638b6db6437eb4ed323a1ae411eb21b5c79b8c Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:03:17 -0400 Subject: [PATCH] gnu: Remove python2-urwidtrees. * gnu/packages/python-xyz.scm (python2-urwidtrees): Delete 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 f0c71d0726..161042124a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9486,9 +9486,6 @@ (define-public python-urwidtrees 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")