- Add a workaround to fix conflicts with tests/__init__.py

Reported by:	antoine
This commit is contained in:
Martin Wilke 2014-06-28 20:29:43 +00:00
parent e22c1d2c5d
commit 00c813063b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359714

View file

@ -20,4 +20,7 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
post-extract:
${RM} -r ${WRKSRC}/tests
.include <bsd.port.mk>