24750381 python-ldap missing dependencies on pyasn1, pyasn1-modules
authorzihao.zhu@oracle.com <zihao.zhu@oracle.com>
Tue, 18 Oct 2016 14:50:09 -0700
changeset 7123 b650e07ff9f6
parent 7122 630f5a510c0a
child 7124 3e0b5da5d4d1
24750381 python-ldap missing dependencies on pyasn1, pyasn1-modules
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)