git: 03e61ab6ad03 - main - devel/py-lark: Fix BUILD_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 17 Feb 2026 16:55:37 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03e61ab6ad03a54c304e6c85e8b5781f7660dcda

commit 03e61ab6ad03a54c304e6c85e8b5781f7660dcda
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-17 16:50:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-17 16:53:41 +0000

    devel/py-lark: Fix BUILD_DEPENDS
---
 devel/py-lark/Makefile                   | 1 +
 devel/py-lark/files/patch-pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-lark/Makefile b/devel/py-lark/Makefile
index 7ca9df0c667c..45ee4912404b 100644
--- a/devel/py-lark/Makefile
+++ b/devel/py-lark/Makefile
@@ -12,6 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.2.0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=9.2.2:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
 USES=		dos2unix python
diff --git a/devel/py-lark/files/patch-pyproject.toml b/devel/py-lark/files/patch-pyproject.toml
index cde18c8252a6..c12537d20491 100644
--- a/devel/py-lark/files/patch-pyproject.toml
+++ b/devel/py-lark/files/patch-pyproject.toml
@@ -3,7 +3,7 @@
 @@ -1,5 +1,5 @@
  [build-system]
 -requires = ["setuptools>=80", "setuptools-scm>=9.2.2"]
-+requires = ["setuptools>=61.2.0"]
++requires = ["setuptools>=61.2.0", "setuptools-scm>=9.2.2"]
  build-backend = "setuptools.build_meta"
  
  [project]