components/python/httplib2/Makefile
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 3996 20c0f21bbe1e
equal deleted inserted replaced
7792:ee802f9b5132 7811:9126e6f58cd8
    35 TPNO=			14503
    35 TPNO=			14503
    36 
    36 
    37 # Depends on SocksiPy; for Python 2.x, the module is part of httplib2, but
    37 # Depends on SocksiPy; for Python 2.x, the module is part of httplib2, but
    38 # for Python 3.x, it is separate.  Once we add this module, httplib2 will
    38 # for Python 3.x, it is separate.  Once we add this module, httplib2 will
    39 # most likely work with Python 3.
    39 # most likely work with Python 3.
    40 PYTHON_VERSIONS=	2.7 2.6
    40 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    41 
    41 
    42 include $(WS_MAKE_RULES)/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/setup.py.mk
    43 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    45 
    45