gnu: Remove python2-tlsh.
* gnu/packages/python-xyz.scm (python2-tlsh): Delete variable.
parent
affa792b5e
commit
fdf967e8fe
gnu/packages
|
@ -12269,11 +12269,6 @@ of complexity; for example, a byte stream of identical bytes will not generate
|
||||||
a hash value.")
|
a hash value.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python2-tlsh
|
|
||||||
(package/inherit python-tlsh
|
|
||||||
(name "python2-tlsh")
|
|
||||||
(inputs `(("python" ,python-2)))))
|
|
||||||
|
|
||||||
(define-public python-termcolor
|
(define-public python-termcolor
|
||||||
(package
|
(package
|
||||||
(name "python-termcolor")
|
(name "python-termcolor")
|
||||||
|
|
Reference in New Issue