git: 1550ffd830a9 - main - net/py-GeoIP2: Fix build

From: Olivier Cochard <olivier_at_FreeBSD.org>
Date: Thu, 08 May 2025 05:38:57 UTC
The branch main has been updated by olivier:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1550ffd830a93ebda1ba8953ad0cba727ee17da0

commit 1550ffd830a93ebda1ba8953ad0cba727ee17da0
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2025-05-08 05:25:50 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2025-05-08 05:25:50 +0000

    net/py-GeoIP2: Fix build
    
    Reported by:    pkg-fallout
---
 net/py-GeoIP2/files/patch-pyproject.toml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/net/py-GeoIP2/files/patch-pyproject.toml b/net/py-GeoIP2/files/patch-pyproject.toml
index f4543efbf20c..32c1bfd3dd51 100644
--- a/net/py-GeoIP2/files/patch-pyproject.toml
+++ b/net/py-GeoIP2/files/patch-pyproject.toml
@@ -16,3 +16,12 @@
  classifiers = [
      "Development Status :: 5 - Production/Stable",
      "Environment :: Web Environment",
+@@ -44,7 +44,7 @@ requires = [
+ 
+ [build-system]
+ requires = [
+-    "setuptools>=77.0.3",
++    "setuptools",
+     "setuptools-scm",
+ ]
+ build-backend = "setuptools.build_meta"