ports/print/py-python-ly/files/patch-pyproject.toml
Martin Neubauer e856d49bfd print/py-python-ly: update to 0.9.8
Switch to pep517 build.

Changes:	https://github.com/frescobaldi/python-ly/compare/v0.9.6...v0.9.8
Changes:	https://github.com/frescobaldi/python-ly/blob/v0.9.8/CHANGELOG.md
Approved by:	martin.dieringer (maintainer)
PR:		271687
2023-06-25 22:51:52 +01:00

9 lines
218 B
TOML

--- pyproject.toml.orig 2023-06-16 13:33:13 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools >= 64"]
+requires = ["setuptools >= 63"]
build-backend = "setuptools.build_meta"
[project]