components/python/oslo.messaging/Makefile
changeset 4984 7145b15b7f0d
parent 4339 6501cf9c29f9
child 5405 66fd59fecd68
equal deleted inserted replaced
4983:db2589571faa 4984:7145b15b7f0d
    36 COMPONENT_BUGDB=	python-mod/oslo.messaging
    36 COMPONENT_BUGDB=	python-mod/oslo.messaging
    37 
    37 
    38 TPNO=			20378
    38 TPNO=			20378
    39 
    39 
    40 # Depends on oslo.utils which is not Python 3 ready.
    40 # Depends on oslo.utils which is not Python 3 ready.
    41 PYTHON_VERSIONS=	2.7 2.6
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    42 
    42 
    43 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    46 
    46 
    60 # required to execute unittests.
    60 # required to execute unittests.
    61 test:		$(NO_TESTS)
    61 test:		$(NO_TESTS)
    62 
    62 
    63 system-test:    $(NO_TESTS)
    63 system-test:    $(NO_TESTS)
    64 
    64 
    65 
       
    66 REQUIRED_PACKAGES += library/python/eventlet-26
       
    67 REQUIRED_PACKAGES += library/python/eventlet-27
    65 REQUIRED_PACKAGES += library/python/eventlet-27
    68 REQUIRED_PACKAGES += library/python/oslo.config-26
       
    69 REQUIRED_PACKAGES += library/python/oslo.config-27
    66 REQUIRED_PACKAGES += library/python/oslo.config-27