components/python/twisted/Makefile
changeset 3817 30b42c38bbc4
parent 3753 184414ddc0f0
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    38 TPNO=			9692
    38 TPNO=			9692
    39 
    39 
    40 # Syntax issues: not Python 3 ready.
    40 # Syntax issues: not Python 3 ready.
    41 PYTHON_VERSIONS=	2.7 2.6
    41 PYTHON_VERSIONS=	2.7 2.6
    42 
    42 
    43 include $(WS_TOP)/make-rules/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    44 include $(WS_TOP)/make-rules/setup.py.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    45 include $(WS_TOP)/make-rules/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    46 
    46 
    47 COMPONENT_TEST_DIR= $(COMPONENT_SRC) 
    47 COMPONENT_TEST_DIR= $(COMPONENT_SRC) 
    48 COMPONENT_TEST_CMD= $(@D)/scripts-$(PYTHON_VERSION)/trial twisted
    48 COMPONENT_TEST_CMD= $(@D)/scripts-$(PYTHON_VERSION)/trial twisted
    49 COMPONENT_TEST_ARGS=""
    49 COMPONENT_TEST_ARGS=""
    50 
    50 
    76 
    76 
    77 install:	$(INSTALL_32_and_64)
    77 install:	$(INSTALL_32_and_64)
    78 
    78 
    79 test:		$(TEST_32_and_64)
    79 test:		$(TEST_32_and_64)
    80 
    80 
    81 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    81 REQUIRED_PACKAGES += system/library
    82 
       
    83 include $(WS_TOP)/make-rules/depend.mk