summaryrefslogtreecommitdiff
path: root/dev-python/pygccxml/files/pygccxml-2.4.0-pyproject.patch
blob: ba00ed45ad34a1cfc5bb766763783b2d237bd431 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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"