mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-google-pasta: Fix tests.
* gnu/packages/python-xyz.scm (python-google-pasta)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: Ie0436d9735aabd02b9f58f17d64e6167cd5d744f
This commit is contained in:
parent
ab9eb3e33c
commit
6c4ae2912b
1 changed files with 1 additions and 1 deletions
|
@ -17706,7 +17706,7 @@ should be stored on various operating systems.")
|
|||
(base32 "0vm1r1jlaiagj0l9yf7j6zn9w3733dr2169911c0svgrr3gwiwn9"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-six))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(native-inputs (list python-pytest python-setuptools))
|
||||
(home-page "https://github.com/google/pasta")
|
||||
(synopsis "AST-based Python refactoring library")
|
||||
(description "This package provides \"pasta\", an AST-based Python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue