components/openstack/common/openstack-common.p5m
changeset 4669 342ab6111bb5
parent 4287 aba3ed31b37a
child 5405 66fd59fecd68
--- a/components/openstack/common/openstack-common.p5m	Fri Jul 17 21:20:30 2015 -0700
+++ b/components/openstack/common/openstack-common.p5m	Fri Jul 17 23:10:22 2015 -0700
@@ -47,3 +47,14 @@
 # in-house.  No TPNO is required.
 #
 license common.license license="Apache v2.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 iniparse; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/iniparse-$(PYV)
+
+# force a dependency on python-mysql; pkgdepend work is needed to flush this
+# out.
+depend type=require fmri=library/python/python-mysql-$(PYV)