Files
gentoo/dev-python/pygccxml/files/pygccxml-2.4.0-pyproject.patch
Thomas Beierlein 755264ae96 dev-python/pygccxml: add 2.4.0
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
2023-11-20 16:15:17 +01:00

11 lines
283 B
Diff

--- pyproject.toml.orig 2023-11-20 13:59:55.807461669 +0100
+++ pyproject.toml 2023-11-20 14:00:37.335886130 +0100
@@ -1,5 +1,6 @@
[build-system]
-requires = ["setuptools", "wheel"]
+requires = ["setuptools"]
+build-backend = "setuptools.build_meta"
[project]
name = "pygccxml"