21660603 passlib dependency needs to be added to Nova
authordavid.comay@oracle.com
Tue, 15 Dec 2015 00:08:40 -0800
changeset 5187 db3cfeeb64f4
parent 5186 bd6b397dfc9b
child 5188 4e287eaa3cd9
21660603 passlib dependency needs to be added to Nova
components/openstack/nova/nova.p5m
--- a/components/openstack/nova/nova.p5m	Thu Dec 10 15:24:58 2015 -0800
+++ b/components/openstack/nova/nova.p5m	Tue Dec 15 00:08:40 2015 -0800
@@ -974,6 +974,9 @@
 # force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/oslo.utils-$(PYV)
 
+# force a dependency on passlib; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/passlib-$(PYV)
+
 # force a dependency on paste; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/paste-$(PYV)