components/python/pytest-codecheckers/Makefile
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 3996 20c0f21bbe1e
equal deleted inserted replaced
7792:ee802f9b5132 7811:9126e6f58cd8
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		pytest-codecheckers
    25 COMPONENT_NAME=		pytest-codecheckers
    26 COMPONENT_VERSION=	0.2
    26 COMPONENT_VERSION=	0.2
    46 install:	$(INSTALL_NO_ARCH)
    46 install:	$(INSTALL_NO_ARCH)
    47 
    47 
    48 test:		$(NO_TESTS)
    48 test:		$(NO_TESTS)
    49 
    49 
    50 
    50 
    51 REQUIRED_PACKAGES += library/python/pep8-26
       
    52 REQUIRED_PACKAGES += library/python/pep8-27
    51 REQUIRED_PACKAGES += library/python/pep8-27
    53 REQUIRED_PACKAGES += library/python/py-26
       
    54 REQUIRED_PACKAGES += library/python/py-27
    52 REQUIRED_PACKAGES += library/python/py-27
    55 REQUIRED_PACKAGES += library/python/pyflakes-26
       
    56 REQUIRED_PACKAGES += library/python/pyflakes-27
    53 REQUIRED_PACKAGES += library/python/pyflakes-27