aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:32:22 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:38:11 +0000
commitc9c0c0c937571ba5eba2a0a78577674132569baf (patch)
tree24bd6808705515f7971024ad789d7d1c9d240fda
parent7c8889de076a63b6cf76d781d177889b6a7953ef (diff)
downloadports-c9c0c0c937571ba5eba2a0a78577674132569baf.tar.gz
ports-c9c0c0c937571ba5eba2a0a78577674132569baf.zip
devel/py-pyzipper: Fix build with setuptools 58.0.0+
With hat: python
-rw-r--r--devel/py-pyzipper/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-pyzipper/Makefile b/devel/py-pyzipper/Makefile
index 23d4e8ff402b..af20d1e26e88 100644
--- a/devel/py-pyzipper/Makefile
+++ b/devel/py-pyzipper/Makefile
@@ -16,4 +16,7 @@ USES= python:3.6+,run
USE_PYTHON= autoplist distutils
NO_ARCH= yes
+post-patch:
+ @${RM} ${WRKSRC}/test/badsyntax_*.py
+
.include <bsd.port.mk>