git: 9913762ef61e - main - devel/py-jsonschema: Fix missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Nov 2021 02:11:44 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9913762ef61e311938e87a588aa427bbee65a74d commit 9913762ef61e311938e87a588aa427bbee65a74d Author: Sascha Biberhofer <ports@skyforge.at> AuthorDate: 2021-11-04 02:02:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2021-11-04 02:11:16 +0000 devel/py-jsonschema: Fix missing dependency PR: 259567 Reported by: tom@leben-auf-see.de MFH: 2021Q4 (fix build) --- devel/py-jsonschema/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-jsonschema/Makefile b/devel/py-jsonschema/Makefile index a6ea659a7c14..3db6546bec20 100644 --- a/devel/py-jsonschema/Makefile +++ b/devel/py-jsonschema/Makefile @@ -2,6 +2,7 @@ PORTNAME= jsonschema PORTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,7 @@ COMMENT= JSON Schema validation for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=17.4.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyrsistent>=0.14.0:devel/py-pyrsistent@${PY_FLAVOR}