components/python/pybonjour/pybonjour.p5m
changeset 706 6e61f0012046
parent 609 775168282b2f
child 1205 6c6c27bcf9ac
child 2551 0391c5c3b137
--- a/components/python/pybonjour/pybonjour.p5m	Thu Feb 23 15:58:00 2012 -0800
+++ b/components/python/pybonjour/pybonjour.p5m	Fri Feb 24 13:30:24 2012 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri value=pkg:/library/python-2/pybonjour@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -30,6 +30,11 @@
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
-depend fmri=library/python-2/pybonjour-26 predicate=runtime/python-26 \
+depend fmri=library/python-2/pybonjour-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
+    predicate=runtime/python-26 \
     type=conditional
 
+depend fmri=library/python-2/pybonjour-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
+    predicate=runtime/python-27 \
+    type=conditional
+