From 273ec2dc3b2c38a136cd7e184a625ea74b46ce88 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 21:23:11 -0400 Subject: [PATCH] gnu: Remove python2-schematics. * gnu/packages/python-xyz.scm (python2-schematics): 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 8188ff6333..8bfc64a4d1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18724,9 +18724,6 @@ (define-public python-schematics (description "Python Data Structures for Humans.") (license license:bsd-3))) -(define-public python2-schematics - (package-with-python2 python-schematics)) - (define-public python-odfpy (package (name "python-odfpy")