diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:23:12 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:09 -0400 |
commit | 3cf21db34a34b38af993302c61a80f9f4c5b224f (patch) | |
tree | 970e9ad26fcd07411f04372ee944d6ef3efb4118 | |
parent | 9e1ee95c1751f97f987f9200d9434b61ea038e9a (diff) |
gnu: Remove python2-simplegeneric.
* gnu/packages/python-xyz.scm (python2-simplegeneric): Delete variable.
-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 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 |