# HG changeset patch # User John Beck # Date 1407528273 25200 # Node ID 48227b55e2976b966bd7732c42cf3dfd9a08552f # Parent b64efc6f1fe130a6d2650bea7e53956bfb79351b 19317151 libxml2 needs Python 3 module (fix dependencies) diff -r b64efc6f1fe1 -r 48227b55e297 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