components/python/stevedore/stevedore-PYVER.p5m
changeset 5405 66fd59fecd68
parent 3998 5bd484384122
child 6837 b53f25b635fb
--- a/components/python/stevedore/stevedore-PYVER.p5m	Fri Feb 05 11:09:10 2016 -0800
+++ b/components/python/stevedore/stevedore-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.
 #
 
 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)