components/python/oslo.messaging/Makefile
changeset 4339 6501cf9c29f9
parent 3998 5bd484384122
child 4984 7145b15b7f0d
equal deleted inserted replaced
4336:e0e4b5ad6cb9 4339:6501cf9c29f9
    58 
    58 
    59 # see $(COMPONENT_SRC)/test-requirements.txt for the python modules
    59 # see $(COMPONENT_SRC)/test-requirements.txt for the python modules
    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)
       
    64 
    63 
    65 
    64 REQUIRED_PACKAGES += library/python/eventlet-26
    66 REQUIRED_PACKAGES += library/python/eventlet-26
    65 REQUIRED_PACKAGES += library/python/eventlet-27
    67 REQUIRED_PACKAGES += library/python/eventlet-27
    66 REQUIRED_PACKAGES += library/python/oslo.config-26
    68 REQUIRED_PACKAGES += library/python/oslo.config-26
    67 REQUIRED_PACKAGES += library/python/oslo.config-27
    69 REQUIRED_PACKAGES += library/python/oslo.config-27