diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:42:25 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:43:10 +0000 |
| commit | e25752ac92a95e4e3c12194f060ad49fd0dc1f23 (patch) | |
| tree | 3aef85d7d10d9e438b36529efe42cc5f28d58c0c | |
| parent | 6b1c17384bf79a666cf975e3c7e22ff920d3618a (diff) | |
www/py-fastapi: Fix deprecated CPE_VENDOR
| -rw-r--r-- | www/py-fastapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-fastapi/Makefile b/www/py-fastapi/Makefile index 41bf96b36668..e5d78e862343 100644 --- a/www/py-fastapi/Makefile +++ b/www/py-fastapi/Makefile @@ -28,7 +28,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inline-snapshot>=0:devel/py-inline-snapshot ${PYTHON_PKGNAMEPREFIX}sqlmodel>=0:databases/py-sqlmodel@${PY_FLAVOR} USES= cpe python -CPE_VENDOR= ${PORTNAME}_project +CPE_VENDOR= tiangolo USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes |
