components/python/stevedore/stevedore-PYVER.p5m
branchs11u3-sru
changeset 6035 c9748fcc32de
parent 4072 db0cec748ec0
--- a/components/python/stevedore/stevedore-PYVER.p5m	Mon May 16 14:46:20 2016 +0200
+++ b/components/python/stevedore/stevedore-PYVER.p5m	Fri May 20 17:42:29 2016 -0400
@@ -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.
 #
 
 set name=pkg.fmri \
@@ -61,7 +61,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/stevedore/hook.py
 file path=usr/lib/python$(PYVER)/vendor-packages/stevedore/named.py
 #
-license LICENSE license="Apache v2.0"
+license stevedore.license license="Apache v2.0"
 
 # force the rename with an optional dependency on the old name
 depend type=optional \
@@ -71,6 +71,12 @@
 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)
+
+# 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 setuptools; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/setuptools-$(PYV)