gnu: Remove python2-feedgenerator.

* gnu/packages/python-xyz.scm (python2-feedgenerator): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:22:24 -04:00
parent 30ea94bae1
commit d33297e7d6
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -5259,9 +5259,6 @@ (define-public python-feedgenerator
which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.")
(license license:bsd-3)))
(define-public python2-feedgenerator
(package-with-python2 python-feedgenerator))
(define-public python-lsp-jsonrpc
(package
(name "python-lsp-jsonrpc")