components/python/nose/Makefile
changeset 3817 30b42c38bbc4
parent 3752 a1cd93fa2e49
child 4080 8aac22d3e66a
--- a/components/python/nose/Makefile	Mon Feb 16 13:54:04 2015 -0800
+++ b/components/python/nose/Makefile	Sun Feb 15 19:02:09 2015 -0600
@@ -37,9 +37,9 @@
 
 TPNO=			18083
 
-include $(WS_TOP)/make-rules/prep.mk
-include $(WS_TOP)/make-rules/setup.py.mk
-include $(WS_TOP)/make-rules/ips.mk
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/setup.py.mk
+include $(WS_MAKE_RULES)/ips.mk
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
@@ -84,8 +84,6 @@
 
 install:	$(INSTALL_NO_ARCH)
 
-test:		$(TEST_NO_ARCH)
-
-BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
-
-include $(WS_TOP)/make-rules/depend.mk
+REQUIRED_PACKAGES += library/python/setuptools-26
+REQUIRED_PACKAGES += library/python/setuptools-27
+REQUIRED_PACKAGES += library/python/setuptools-34