git: e77b093ffd18 - main - devel/py-pyls-black: Add wheel build dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 13:19:44 UTC
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=e77b093ffd18cc07891e8d6c427dd510006820a6 commit e77b093ffd18cc07891e8d6c427dd510006820a6 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2023-01-14 13:17:36 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2023-01-14 13:17:36 +0000 devel/py-pyls-black: Add wheel build dependency Forgot to add wheel as dependency, pyproject.toml isn't helpfull here. PR: 268342 Reported by: p5B2EA84B3@t-online.de --- devel/py-pyls-black/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/py-pyls-black/Makefile b/devel/py-pyls-black/Makefile index f77ddab95d25..3adafea35069 100644 --- a/devel/py-pyls-black/Makefile +++ b/devel/py-pyls-black/Makefile @@ -11,6 +11,7 @@ WWW= https://github.com/rupert/pyls-black LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} # No tests because they are not in the release tarball