mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: Remove python2-invoke.
* gnu/packages/python-xyz.scm (python2-invoke): Delete variable.
This commit is contained in:
parent
0202863b76
commit
2841af8b96
1 changed files with 0 additions and 13 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue