aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2026-06-03 07:58:39 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2026-06-03 08:43:05 +0000
commitb9775cb5055b6856499521c43094cfef0aae8061 (patch)
tree6e89831b027ddd972939f9f9f576df5ac841f9f2
parent5cfe5ad75250534dcbbe5847c9725d60912250ff (diff)
devel/py-pydantic: Fix deprecated CPE data
-rw-r--r--devel/py-pydantic/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/py-pydantic/Makefile b/devel/py-pydantic/Makefile
index c8aeefe7d3c6..d97f28937659 100644
--- a/devel/py-pydantic/Makefile
+++ b/devel/py-pydantic/Makefile
@@ -19,8 +19,6 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVO
USES= cpe python
USE_PYTHON= distutils cython autoplist pytest # tests fail to run, see https://github.com/pydantic/pydantic/issues/4535, https://github.com/HypothesisWorks/hypothesis/issues/3703
-CPE_VENDOR= pydantic_project
-
NO_ARCH= yes
.include <bsd.port.mk>