git: dc9b02778d7b - main - databases/py-apsw: Add version requirement of sqlite3 to BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Nov 2024 06:28:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc9b02778d7bbd5382813740ac8f36cc24a17872 commit dc9b02778d7bbd5382813740ac8f36cc24a17872 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-22 06:22:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-22 06:22:13 +0000 databases/py-apsw: Add version requirement of sqlite3 to BUILD_DEPENDS --- databases/py-apsw/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile index ac014855c0b9..f5f5fcdf9c9c 100644 --- a/databases/py-apsw/Makefile +++ b/databases/py-apsw/Makefile @@ -13,7 +13,8 @@ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ + sqlite3>=${PORTVERSION:R},1:databases/sqlite3 USES= localbase python sqlite USE_PYTHON= autoplist concurrent pep517 unittest