git: 8eb7f4ebd0f7 - main - devel/py-datadog: Fix build with setuptools 61.0.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 04:22:17 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8eb7f4ebd0f71cb0f176a18061e2f217323db73a commit 8eb7f4ebd0f71cb0f176a18061e2f217323db73a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-16 03:57:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-16 04:19:18 +0000 devel/py-datadog: Fix build with setuptools 61.0.0+ --- devel/py-datadog/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/py-datadog/Makefile b/devel/py-datadog/Makefile index c226b395a32f..375a1f912799 100644 --- a/devel/py-datadog/Makefile +++ b/devel/py-datadog/Makefile @@ -23,6 +23,7 @@ NO_ARCH= yes CONFLICTS_INSTALL= dog post-patch: + @${RM} ${WRKSRC}/pyproject.toml @${CP} ${FILESDIR}/setup.py ${WRKSRC}/ .include <bsd.port.mk>