components/python/oslo.i18n/oslo.i18n-PYVER.p5m
branchs11u3-sru
changeset 6035 c9748fcc32de
parent 4072 db0cec748ec0
child 6802 cfaaf5d7c047
--- a/components/python/oslo.i18n/oslo.i18n-PYVER.p5m	Mon May 16 14:46:20 2016 +0200
+++ b/components/python/oslo.i18n/oslo.i18n-PYVER.p5m	Fri May 20 17:42:29 2016 -0400
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri \
@@ -63,7 +63,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_i18n/fixture.py
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_i18n/log.py
 #
-license LICENSE license="Apache v2.0"
+license oslo.i18n.license license="Apache v2.0"
 
 # force a dependency on the Python runtime
 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
@@ -76,5 +76,8 @@
 depend type=require \
     fmri=library/python/oslo.i18n@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 
+# force a dependency on pbr; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/pbr-$(PYV)
+
 # force a dependency on six; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/six-$(PYV)