# HG changeset patch # User zihao.zhu@oracle.com # Date 1476827409 25200 # Node ID b650e07ff9f6f1d1011a30b5223eac861fe77640 # Parent 630f5a510c0aab265eaef271665308db9866f8a3 24750381 python-ldap missing dependencies on pyasn1, pyasn1-modules diff -r 630f5a510c0a -r b650e07ff9f6 components/python/python-ldap/python-ldap-PYVER.p5m --- a/components/python/python-ldap/python-ldap-PYVER.p5m Sat Oct 15 10:57:06 2016 +0530 +++ b/components/python/python-ldap/python-ldap-PYVER.p5m Tue Oct 18 14:50:09 2016 -0700 @@ -89,6 +89,12 @@ depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \ pkg.debug.depend.path=usr/bin +# force a dependency on pyasn1; pkgdepend work is needed to flush this out. +depend type=require fmri=library/python/pyasn1-$(PYV) + +# force a dependency on pyasn1-modules; pkgdepend work is needed to flush this out. +depend type=require fmri=library/python/pyasn1-modules-$(PYV) + # force a dependency on the python-ldap package depend type=require \ fmri=library/python/python-ldap@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)