From f61765fef719b1a6d72976d2e4168d60f91ea388 Mon Sep 17 00:00:00 2001
From: Aaron Madlon-Kay <aaron@madlon-kay.com>
Date: Wed, 11 Sep 2024 10:46:51 +0900
Subject: [PATCH] Remove requirement provided by MacPorts

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 4fc0bf7..fed528d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
 [build-system]
-requires = ["setuptools","swig"]
+requires = ["setuptools"]
 build-backend = "setuptools.build_meta"
-- 
2.46.0

