1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net/py-gspread: Add dependency on flit-core

Add py-flit-core as a build dependency
This commit is contained in:
Steven Kreuzer 2023-08-06 17:06:06 +00:00
parent 36f9e292e5
commit c84214246e
No known key found for this signature in database
GPG Key ID: 66BAB4B6E0D6F907

View File

@ -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}