diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-11-15 15:26:06 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-25 00:22:06 +0100 |
commit | 67387bbf24597af32c5aced8e03c8454419ab32b (patch) | |
tree | d84463a3621c21d65fef7f94fa401639104cf0e7 | |
parent | cefc79237834359936a30789887f44e965e529b7 (diff) |
gnu: python2-colormath: Remove package.
* gnu/packages/python-xyz.scm (python2-colormath): 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 051988c8ab..4abae2aef3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5469,9 +5469,6 @@ objects.") "This is a Python library for color math and conversions.") (license license:bsd-3))) -(define-public python2-colormath - (package-with-python2 python-colormath)) - (define-public python-sparse (package (name "python-sparse") |