components/python/sqlalchemy-migrate/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3778 35735ffdda43
child 4072 db0cec748ec0
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    35 TPNO=			14503
    35 TPNO=			14503
    36 
    36 
    37 # Syntax issues: not Python 3 ready.
    37 # Syntax issues: not Python 3 ready.
    38 PYTHON_VERSIONS=	2.7 2.6
    38 PYTHON_VERSIONS=	2.7 2.6
    39 
    39 
    40 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    43 
    43 
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    45 
    45 
    46 COMPONENT_POST_INSTALL_ACTION += \
    46 COMPONENT_POST_INSTALL_ACTION += \
    47         (cd $(PROTO_DIR)/usr/bin ; \
    47         (cd $(PROTO_DIR)/usr/bin ; \
    58 # SQLAlchemy, Tempita and unittest2
    58 # SQLAlchemy, Tempita and unittest2
    59 # which haven't been integrated yet.
    59 # which haven't been integrated yet.
    60 #
    60 #
    61 test:		$(NO_TESTS)
    61 test:		$(NO_TESTS)
    62 
    62 
    63 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    64 
    63 
    65 include $(WS_TOP)/make-rules/depend.mk
    64 REQUIRED_PACKAGES += library/python/decorator-26
       
    65 REQUIRED_PACKAGES += library/python/decorator-27
       
    66 REQUIRED_PACKAGES += library/python/nose-26
       
    67 REQUIRED_PACKAGES += library/python/nose-27
       
    68 REQUIRED_PACKAGES += library/python/setuptools-26
       
    69 REQUIRED_PACKAGES += library/python/setuptools-27
       
    70 REQUIRED_PACKAGES += library/python/sqlalchemy-26
       
    71 REQUIRED_PACKAGES += library/python/sqlalchemy-27
       
    72 REQUIRED_PACKAGES += library/python/unittest2-26