summaryrefslogtreecommitdiff
path: root/multimedia/py-enzyme/files/patch-pyproject.toml
blob: 77692300a533d3db4ff709fef2bd8a1dc251f93d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- pyproject.toml.orig	2024-06-25 07:08:14 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
 # https://peps.python.org/pep-0517/
 [build-system]
-requires = ["setuptools>=64"]
+requires = ["setuptools>=63"]
 build-backend = "setuptools.build_meta"
 
 # https://peps.python.org/pep-0621/