components/python/cffi/Makefile
branchs11u3-sru
changeset 7935 52155d3dac9e
parent 7085 cad8ee01213d
equal deleted inserted replaced
7934:2b9fc4cafd1f 7935:52155d3dac9e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		cffi
    28 COMPONENT_NAME=		cffi
    82 
    82 
    83 
    83 
    84 REQUIRED_PACKAGES += library/libffi
    84 REQUIRED_PACKAGES += library/libffi
    85 REQUIRED_PACKAGES += library/python/pycparser-27
    85 REQUIRED_PACKAGES += library/python/pycparser-27
    86 REQUIRED_PACKAGES += library/python/pycparser-34
    86 REQUIRED_PACKAGES += library/python/pycparser-34
    87 REQUIRED_PACKAGES += library/python/pycparser-35
       
    88 REQUIRED_PACKAGES += system/library
    87 REQUIRED_PACKAGES += system/library