components/openstack/horizon/horizon.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
child 4072 db0cec748ec0
equal deleted inserted replaced
3698:9c01a3410e89 3704:69ab8eca01c5
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 # the static dashboard files need to be written by the webserver, so
    26 # the static dashboard files need to be written by the webserver, so
    27 # change their ownership
    27 # change their ownership
    28 <transform dir file \
    28 <transform dir file \
  1031     com.oracle.info.name=$(COMPONENT_NAME) com.oracle.info.tpno=$(TPNO_CSS) \
  1031     com.oracle.info.name=$(COMPONENT_NAME) com.oracle.info.tpno=$(TPNO_CSS) \
  1032     com.oracle.info.version=1.0
  1032     com.oracle.info.version=1.0
  1033 
  1033 
  1034 # force a group dependency on the optional anyjson; pkgdepend work is needed to
  1034 # force a group dependency on the optional anyjson; pkgdepend work is needed to
  1035 # flush this out.
  1035 # flush this out.
  1036 depend type=group fmri=library/python-2/anyjson-26
  1036 depend type=group fmri=library/python/anyjson-26
  1037 
  1037 
  1038 # force a group dependency on the optional troveclient; pkgdepend work is needed
  1038 # force a group dependency on the optional troveclient; pkgdepend work is needed
  1039 # to flush this out.
  1039 # to flush this out.
  1040 depend type=group fmri=library/python/troveclient-26
  1040 depend type=group fmri=library/python/troveclient-26
  1041 
  1041 
  1042 # force a dependency on the Python runtime
  1042 # force a dependency on the Python runtime
  1043 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
  1043 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
  1044     pkg.debug.depend.path=usr/bin
  1044     pkg.debug.depend.path=usr/bin
  1045 
  1045 
  1046 # force a dependency on django_compressor; one of the applications defined in
       
  1047 # settings.py
       
  1048 depend type=require fmri=library/python-2/django_compressor-26
       
  1049 
       
  1050 # force a dependency on django_openstack_auth; pkgdepend work is needed to flush
       
  1051 # this out
       
  1052 depend type=require fmri=library/python-2/django_openstack_auth-26
       
  1053 
       
  1054 # force a dependency on greenlet; pkgdepend work is needed to flush this out
       
  1055 depend type=require fmri=library/python-2/greenlet-26
       
  1056 
       
  1057 # force a dependency on kombu; pkgdepend work is needed to flush this out
       
  1058 depend type=require fmri=library/python-2/kombu-26
       
  1059 
       
  1060 # force a dependency on lesscpy; one of the filters defined in settings.py
       
  1061 depend type=require fmri=library/python-2/lesscpy-26
       
  1062 
       
  1063 # force a dependency on lockfile; pkgdepend work is needed to flush this out
       
  1064 depend type=require fmri=library/python-2/lockfile-26
       
  1065 
       
  1066 # force a dependency on netaddr; pkgdepend work is needed to flush this out
       
  1067 depend type=require fmri=library/python-2/netaddr-26
       
  1068 
       
  1069 # force a dependency on pytz; pkgdepend work is needed to flush this out
       
  1070 depend type=require fmri=library/python-2/pytz-26
       
  1071 
       
  1072 # force a dependency on ceilometerclient; pkgdepend work is needed to flush this
  1046 # force a dependency on ceilometerclient; pkgdepend work is needed to flush this
  1073 # out
  1047 # out
  1074 depend type=require fmri=library/python/ceilometerclient-26
  1048 depend type=require fmri=library/python/ceilometerclient-26
  1075 
  1049 
  1076 # force a dependency on cinderclient; pkgdepend work is needed to flush this out
  1050 # force a dependency on cinderclient; pkgdepend work is needed to flush this out
  1077 depend type=require fmri=library/python/cinderclient-26
  1051 depend type=require fmri=library/python/cinderclient-26
  1078 
  1052 
  1079 # force a dependency on django; pkgdepend work is needed to flush this out
  1053 # force a dependency on django; pkgdepend work is needed to flush this out
  1080 depend type=require fmri=library/python/django-26
  1054 depend type=require fmri=library/python/django-26
  1081 
  1055 
       
  1056 # force a dependency on django_compressor; one of the applications defined in
       
  1057 # settings.py
       
  1058 depend type=require fmri=library/python/django_compressor-26
       
  1059 
       
  1060 # force a dependency on django_openstack_auth; pkgdepend work is needed to flush
       
  1061 # this out
       
  1062 depend type=require fmri=library/python/django_openstack_auth-26
       
  1063 
  1082 # force a dependency on glanceclient; pkgdepend work is needed to flush this out
  1064 # force a dependency on glanceclient; pkgdepend work is needed to flush this out
  1083 depend type=require fmri=library/python/glanceclient-26
  1065 depend type=require fmri=library/python/glanceclient-26
       
  1066 
       
  1067 # force a dependency on greenlet; pkgdepend work is needed to flush this out
       
  1068 depend type=require fmri=library/python/greenlet-26
  1084 
  1069 
  1085 # force a dependency on heatclient; pkgdepend work is needed to flush this out
  1070 # force a dependency on heatclient; pkgdepend work is needed to flush this out
  1086 depend type=require fmri=library/python/heatclient-26
  1071 depend type=require fmri=library/python/heatclient-26
  1087 
  1072 
  1088 # force a dependency on iso8601; pkgdepend work is needed to flush this out
  1073 # force a dependency on iso8601; pkgdepend work is needed to flush this out
  1090 
  1075 
  1091 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
  1076 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
  1092 # out
  1077 # out
  1093 depend type=require fmri=library/python/keystoneclient-26
  1078 depend type=require fmri=library/python/keystoneclient-26
  1094 
  1079 
       
  1080 # force a dependency on kombu; pkgdepend work is needed to flush this out
       
  1081 depend type=require fmri=library/python/kombu-26
       
  1082 
       
  1083 # force a dependency on lesscpy; one of the filters defined in settings.py
       
  1084 depend type=require fmri=library/python/lesscpy-26
       
  1085 
       
  1086 # force a dependency on lockfile; pkgdepend work is needed to flush this out
       
  1087 depend type=require fmri=library/python/lockfile-26
       
  1088 
       
  1089 # force a dependency on netaddr; pkgdepend work is needed to flush this out
       
  1090 depend type=require fmri=library/python/netaddr-26
       
  1091 
  1095 # force a dependency on neutronclient; pkgdepend work is needed to flush this
  1092 # force a dependency on neutronclient; pkgdepend work is needed to flush this
  1096 # out
  1093 # out
  1097 depend type=require fmri=library/python/neutronclient-26
  1094 depend type=require fmri=library/python/neutronclient-26
  1098 
  1095 
  1099 # force a dependency on novaclient; pkgdepend work is needed to flush this out
  1096 # force a dependency on novaclient; pkgdepend work is needed to flush this out
  1100 depend type=require fmri=library/python/novaclient-26
  1097 depend type=require fmri=library/python/novaclient-26
  1101 
  1098 
  1102 # force a dependency on pbr; pkgdepend work is needed to flush this out
  1099 # force a dependency on pbr; pkgdepend work is needed to flush this out
  1103 depend type=require fmri=library/python/pbr-26
  1100 depend type=require fmri=library/python/pbr-26
  1104 
  1101 
       
  1102 # force a dependency on pytz; pkgdepend work is needed to flush this out
       
  1103 depend type=require fmri=library/python/pytz-26
       
  1104 
  1105 # force a dependency on six; pkgdepend work is needed to flush this out
  1105 # force a dependency on six; pkgdepend work is needed to flush this out
  1106 depend type=require fmri=library/python/six-26
  1106 depend type=require fmri=library/python/six-26
  1107 
  1107 
  1108 # force a dependency on swiftclient; pkgdepend work is needed to flush this out
  1108 # force a dependency on swiftclient; pkgdepend work is needed to flush this out
  1109 depend type=require fmri=library/python/swiftclient-26
  1109 depend type=require fmri=library/python/swiftclient-26