components/python/netaddr/Makefile
changeset 3817 30b42c38bbc4
parent 3716 a2629a2cf270
child 3998 5bd484384122
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    37 # This module depends on iPython and cannot support Python 3 until iPython
    37 # This module depends on iPython and cannot support Python 3 until iPython
    38 # is also migrated.
    38 # is also migrated.
    39 #
    39 #
    40 PYTHON_VERSIONS=	2.7 2.6
    40 PYTHON_VERSIONS=	2.7 2.6
    41 
    41 
    42 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_TOP)/make-rules/setup.py.mk
    43 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_TOP)/make-rules/ips.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    45 
    45 
    46 COMPONENT_POST_INSTALL_ACTION = \
    46 COMPONENT_POST_INSTALL_ACTION = \
    47 	(cd $(PROTOUSRBINDIR) ; $(MV) netaddr netaddr-$(PYTHON_VERSION))
    47 	(cd $(PROTOUSRBINDIR) ; $(MV) netaddr netaddr-$(PYTHON_VERSION))
    48 
    48 
    49 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    49 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    69 COMPONENT_TEST_TRANSFORMS += \
    69 COMPONENT_TEST_TRANSFORMS += \
    70 	'-e "s|\(Ran 28 tests in\).*|\1|" '
    70 	'-e "s|\(Ran 28 tests in\).*|\1|" '
    71 
    71 
    72 test:		$(TEST_NO_ARCH)
    72 test:		$(TEST_NO_ARCH)
    73 
    73 
    74 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    75 
    74 
    76 include $(WS_TOP)/make-rules/depend.mk
    75 REQUIRED_PACKAGES += library/python/ipython-26
       
    76 REQUIRED_PACKAGES += library/python/ipython-27