gnu: Remove python2-mistune.

* gnu/packages/python-xyz.scm (python2-mistune): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:47:43 -04:00
parent ffec658a72
commit 4c17f2b3fe
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -11024,9 +11024,6 @@ (define-public python-mistune
Python.")
(license license:bsd-3)))
(define-public python2-mistune
(package-with-python2 python-mistune))
;; 2.0 is not released yet, but some packages have started using it.
(define-public python-mistune-next
(package