summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2021-11-15 15:26:06 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-11-25 00:22:06 +0100
commit67387bbf24597af32c5aced8e03c8454419ab32b (patch)
treed84463a3621c21d65fef7f94fa401639104cf0e7 /gnu
parentcefc79237834359936a30789887f44e965e529b7 (diff)
downloadguix-patches-67387bbf24597af32c5aced8e03c8454419ab32b.tar
guix-patches-67387bbf24597af32c5aced8e03c8454419ab32b.tar.gz
gnu: python2-colormath: Remove package.
* gnu/packages/python-xyz.scm (python2-colormath): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm3
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")