components/python/oslo.config/oslo.config-PYVER.p5m
changeset 5405 66fd59fecd68
parent 4917 4c88f9d4ab8d
child 6799 8a4da6a752d7
--- a/components/python/oslo.config/oslo.config-PYVER.p5m	Fri Feb 05 11:09:10 2016 -0800
+++ b/components/python/oslo.config/oslo.config-PYVER.p5m	Fri Feb 05 17:54:17 2016 -0500
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 # As an earlier Python 3 version of oslo.config was published, we
@@ -71,12 +71,16 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_config/iniparser.py
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_config/types.py
 #
-license LICENSE license="Apache v2.0"
+license oslo.config.license license="Apache v2.0"
 
 # force the rename with an optional dependency on the old name
 depend type=optional \
     fmri=library/python-2/oslo.config-$(PYV)@1.2.1,5.12-5.12.0.0.0.44.0
 
+# force a dependency on the Python runtime
+depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
+    pkg.debug.depend.path=usr/bin
+
 # force a dependency on argparse; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/argparse-$(PYV)