19317151 libxml2 needs Python 3 module (fix dependencies)
authorJohn Beck <John.Beck@Oracle.COM>
Fri, 08 Aug 2014 13:04:33 -0700
changeset 2039 48227b55e297
parent 2038 b64efc6f1fe1
child 2040 262b5d64cdc5
19317151 libxml2 needs Python 3 module (fix dependencies)
components/libxml2/libxml2.p5m
--- a/components/libxml2/libxml2.p5m	Thu Aug 07 18:35:12 2014 -0400
+++ b/components/libxml2/libxml2.p5m	Fri Aug 08 13:04:33 2014 -0700
@@ -117,3 +117,7 @@
 depend fmri=library/python/libxml2-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
     predicate=runtime/python-27 \
     type=conditional
+
+depend fmri=library/python/libxml2-34@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
+    predicate=runtime/python-34 \
+    type=conditional