diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-23 16:04:17 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:37:00 +0100 |
| commit | 6c4ae2912bcac75bbb39a55891060465fa4e53b2 (patch) | |
| tree | 9949b68a7caec495402e0f93498d06b3a529ff9e /gnu/packages/python-xyz.scm | |
| parent | ab9eb3e33c56e2567583e1872caa3f5093431234 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1b84ff6310..d378a3bd28 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
