gnu: Remove python2-invoke.

* gnu/packages/python-xyz.scm (python2-invoke): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:43:58 -04:00
parent 0202863b76
commit 2841af8b96
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -19865,19 +19865,6 @@ (define-public python-invoke
instead of servers and network commands.")
(license license:bsd-3)))
(define-public python2-invoke
(let ((parent (package-with-python2 python-invoke)))
(package
(inherit parent)
(arguments
(substitute-keyword-arguments (package-arguments parent)
((#:phases phases #t)
`(modify-phases ,phases
(delete 'delete-python2-code)
(add-after 'unpack 'delete-python3-code
(lambda _
(delete-file-recursively "invoke/vendor/yaml3"))))))))))
(define-public python-automat
(package
(name "python-automat")