git: 5eded006ee5c - main - devel/py-pytweening: Fix build

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Fri, 28 Apr 2023 14:14:16 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5eded006ee5c17cbde9cfce4f83980d42d21d7d5

commit 5eded006ee5c17cbde9cfce4f83980d42d21d7d5
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-04-28 14:12:51 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-04-28 14:12:51 +0000

    devel/py-pytweening: Fix build
    
    - Add missing dependencies
    Reported by:    pkg-fallout
---
 devel/py-pytweening/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/py-pytweening/Makefile b/devel/py-pytweening/Makefile
index fa021813e48e..fddaffad07ac 100644
--- a/devel/py-pytweening/Makefile
+++ b/devel/py-pytweening/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pytweening
 DISTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +11,9 @@ WWW=		https://github.com/asweigart/pytweening
 
 LICENSE=	BSD3CLAUSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
+
 USES=		dos2unix python:3.6+
 USE_PYTHON=	autoplist pep517