summaryrefslogtreecommitdiff
path: root/security/py-gpg/files/patch-pyproject.toml
blob: f2a281e724c2e7f6e88441a7ed4082285b63dbe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Since we don't have a "swig" python package to look for, this breaks the
build. Swig detection, however, is done locally by the ports system and
the configure script.

--- pyproject.toml.orig	2025-06-17 08:21:23 UTC
+++ pyproject.toml
@@ -59,5 +59,5 @@ content-type = "text/plain"
 
 [build-system]
 # Minimum requirements for the build system to execute.
-requires = ["setuptools", "swig"]
+requires = ["setuptools"]
 build-backend = "setuptools.build_meta"