ports/audio/py-audio/patches/patch-pyproject_toml

9 lines
218 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: pyproject.toml
--- pyproject.toml.orig
+++ pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools<=65.1.1", "wheel"]
+requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"