components/python/argparse/Makefile
changeset 3817 30b42c38bbc4
parent 3639 f8449ec64ef3
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    36 
    36 
    37 # The argparse module was integrated into Python 2.7, so we should only deliver
    37 # The argparse module was integrated into Python 2.7, so we should only deliver
    38 # a 2.6 module.
    38 # a 2.6 module.
    39 PYTHON_VERSIONS = 2.6
    39 PYTHON_VERSIONS = 2.6
    40 
    40 
    41 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_MAKE_RULES)/prep.mk
    42 include $(WS_TOP)/make-rules/setup.py.mk
    42 include $(WS_MAKE_RULES)/setup.py.mk
    43 include $(WS_TOP)/make-rules/ips.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    44 
    44 
    45 COMPONENT_TEST_DIR =	$(COMPONENT_SRC)/test
    45 COMPONENT_TEST_DIR =	$(COMPONENT_SRC)/test
    46 COMPONENT_TEST_ARGS =	test_argparse.py
    46 COMPONENT_TEST_ARGS =	test_argparse.py
    47 
    47 
    48 # The additional argparse specific set of transforms to be applied to the test
    48 # The additional argparse specific set of transforms to be applied to the test
    57 
    57 
    58 install:	$(INSTALL_NO_ARCH)
    58 install:	$(INSTALL_NO_ARCH)
    59 
    59 
    60 test:		$(TEST_NO_ARCH)
    60 test:		$(TEST_NO_ARCH)
    61 
    61 
    62 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    63 
       
    64 include $(WS_TOP)/make-rules/depend.mk