gnu: python-pystitcher: Use pyproject-build-system.

* gnu/packages/python-xyz.scm (python-pystitcher)[build-system]: Use
pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.

Change-Id: Ifb3ee3759ef4e749d09358ea01390a730102af2a
This commit is contained in:
Vinicius Monego 2025-07-30 19:27:48 -03:00
parent c23d29f9b8
commit 32e01b4f83
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -8043,7 +8043,8 @@ logic-free templating system Mustache.")
(file-name (git-file-name name version))
(sha256
(base32 "03yrzqhcsjdj5zprrk3bh5bbyqfy3vfhxra9974vmkir3m121394"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(native-inputs (list python-pytest python-setuptools python-wheel))
(inputs (list python-html5lib
python-importlib-metadata
python-markdown