git: c84214246ed3 - main - net/py-gspread: Add dependency on flit-core

From: Steven Kreuzer <skreuzer_at_FreeBSD.org>
Date: Sun, 06 Aug 2023 17:07:10 UTC
The branch main has been updated by skreuzer:

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

commit c84214246ed381a3b57a376d282481321e16ad35
Author:     Steven Kreuzer <skreuzer@FreeBSD.org>
AuthorDate: 2023-08-06 17:06:06 +0000
Commit:     Steven Kreuzer <skreuzer@FreeBSD.org>
CommitDate: 2023-08-06 17:06:06 +0000

    net/py-gspread: Add dependency on flit-core
    
    Add py-flit-core as a build dependency
---
 net/py-gspread/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/py-gspread/Makefile b/net/py-gspread/Makefile
index fc92da348e6c..0429c6c672c4 100644
--- a/net/py-gspread/Makefile
+++ b/net/py-gspread/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	gspread
 PORTVERSION=	5.10.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,7 @@ WWW=		http://burnash.github.io/gspread/
 
 LICENSE=	MIT
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>2.2.1:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-auth>1.12.0:security/py-google-auth@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>0.4.1:security/py-google-auth-oauthlib@${PY_FLAVOR}