components/python/kombu/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
    32 COMPONENT_PROJECT_URL=	http://kombu.readthedocs.org/
    32 COMPONENT_PROJECT_URL=	http://kombu.readthedocs.org/
    33 COMPONENT_BUGDB=	python-mod/kombu
    33 COMPONENT_BUGDB=	python-mod/kombu
    34 
    34 
    35 TPNO=			14503
    35 TPNO=			14503
    36 
    36 
       
    37 # Depends on pyrabbit which depends on httplib2 which has its own dependency
       
    38 # issues (see its Makefile for details).  So don't build for Python 3 until
       
    39 # dependencies resolved.
       
    40 PYTHON_VERSIONS=	2.7 2.6
       
    41 
    37 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/setup.py.mk
    43 include $(WS_TOP)/make-rules/setup.py.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    44 include $(WS_TOP)/make-rules/ips.mk
    40 
    45 
    41 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)