diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-31 15:10:38 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:50 +0100 |
| commit | fb8e47c541a1e2d91e2dd80e31828cf64ed783b0 (patch) | |
| tree | 8562eccfb38c95b99c2bc5b19005ce962ecd3d6c /gnu/packages/python-xyz.scm | |
| parent | a917cad05d7304af45a5ca02fe7a1d4fc2a44d75 (diff) | |
gnu: python-async-generator: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-async-generator)
[build-system]: Use pyproject.
[native-inputs]: Add python-setuptools.
Change-Id: I230bdc35578a03cd1fd5a614ee5b6eb1e659d6f8
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 39e4df2ee3..a19293538d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -29131,9 +29131,9 @@ Parso is also able to list multiple syntax errors in your Python file.") (sha256 (base32 "0i11f6z6lix8ixi3vsk6s76zvvpmgrw6zjrcwjm0m4hjdh83vfvf")))) - (build-system python-build-system) + (build-system pyproject-build-system) (native-inputs - (list python-pytest)) + (list python-pytest python-setuptools)) (home-page "https://github.com/python-trio/async_generator") (synopsis "Async generators and context managers for Python 3.5+") (description "@code{async_generator} back-ports Python 3.6's native async |
