Hi, Here is a patch for devel/py-nose to add missing regress depends.
It could not fix all the regress errors of nose but it could reduce one regress error. Tested on Loongson. Comments? OK? wen cvs server: Diffing py-nose Index: py-nose/Makefile =================================================================== RCS file: /cvs/ports/devel/py-nose/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- py-nose/Makefile 16 Sep 2011 09:24:55 -0000 1.16 +++ py-nose/Makefile 26 Oct 2011 14:37:00 -0000 @@ -23,7 +23,8 @@ MODULES= lang/python REGRESS_DEPENDS= devel/py-nose \ - devel/py-twisted/core + devel/py-twisted/core \ + devel/py-coverage USE_GROFF = Yes MODPY_SETUPTOOLS= Yes cvs server: Diffing py-nose/patches cvs server: Diffing py-nose/pkg