components/python/cx_oracle/Makefile
changeset 4984 7145b15b7f0d
parent 4886 5489d408f67a
child 5753 dbbcee61d77f
equal deleted inserted replaced
4983:db2589571faa 4984:7145b15b7f0d
    34 COMPONENT_PROJECT_URL=  http://cx-oracle.sourceforge.net/
    34 COMPONENT_PROJECT_URL=  http://cx-oracle.sourceforge.net/
    35 COMPONENT_BUGDB=	python-mod/cx_oracle
    35 COMPONENT_BUGDB=	python-mod/cx_oracle
    36 
    36 
    37 TPNO=			23247
    37 TPNO=			23247
    38 
    38 
    39 # Specifying PYTHON2_VERSIONS so that we don't get the 2.6
       
    40 # version built as well. It's an oversight in setup.py.mk
       
    41 # that isn't worth fixing since 2.6 is going away very soon.
       
    42 PYTHON2_VERSIONS=	2.7
       
    43 PYTHON_VERSIONS=	2.7 $(PYTHON3_VERSIONS)
       
    44 
       
    45 include $(WS_MAKE_RULES)/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    46 include $(WS_MAKE_RULES)/ips.mk
    40 include $(WS_MAKE_RULES)/ips.mk
    47 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    48 
    42 
    49 # common targets
    43 # common targets