From 3cf21db34a34b38af993302c61a80f9f4c5b224f Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 22:23:12 -0400 Subject: [PATCH] gnu: Remove python2-simplegeneric. * gnu/packages/python-xyz.scm (python2-simplegeneric): 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 e589cb154f..b79b99be62 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8743,9 +8743,6 @@ e.g. @code{pickle.dump()} and other generic functions found in the Python standard library.") (license license:zpl2.1))) -(define-public python2-simplegeneric - (package-with-python2 python-simplegeneric)) - (define-public python-ipython-genutils ;; TODO: This package is retired, check if can be removed, see description. (package