Date: Sun, 22 Dec 2024 01:26:22 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3d8e377924cc - main - devel/py-aiohttp-apispec: Fix build Message-ID: <202412220126.4BM1QMih007582@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d8e377924ccab69e26cb8c38b06805902ac963f commit 3d8e377924ccab69e26cb8c38b06805902ac963f Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-12-22 01:25:58 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-12-22 01:25:58 +0000 devel/py-aiohttp-apispec: Fix build Reported by: pkg-fallout --- devel/py-aiohttp-apispec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-aiohttp-apispec/Makefile b/devel/py-aiohttp-apispec/Makefile index b2b2cc45a8a4..6937a763f8fa 100644 --- a/devel/py-aiohttp-apispec/Makefile +++ b/devel/py-aiohttp-apispec/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist pep517 +USE_PYTHON= autoplist distutils NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412220126.4BM1QMih007582>