mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c23d29f9b8
commit
32e01b4f83
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue