security/py-tuf: Fix build with setuptools 61.0.0+

With hat:	python
This commit is contained in:
Po-Chuan Hsieh 2022-06-03 21:58:21 +08:00
parent 993cd3a699
commit b558b94535
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -24,4 +24,7 @@ NO_ARCH= yes
PYTEST_BROKEN_TESTS= test_cleanup TestRepoExamples # uses files missing from pypi distribution
post-patch:
@${RM} ${WRKSRC}/pyproject.toml
.include <bsd.port.mk>