components/python/greenlet/greenlet-PYVER.p5m
changeset 1666 69d14d547e77
parent 1484 01108fd9c6ef
child 1735 2c35e21b08a3
--- a/components/python/greenlet/greenlet-PYVER.p5m	Mon Jan 27 15:13:46 2014 -0800
+++ b/components/python/greenlet/greenlet-PYVER.p5m	Mon Jan 27 17:48:58 2014 -0800
@@ -18,11 +18,11 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri \
-    value=pkg:/library/python-2/greenlet-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+    value=pkg:/library/python/greenlet-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="Coroutine module for Python"
 set name=pkg.description \
     value="Greenlet is a Python module providing lightweight coroutines for in-process concurrent programming."
@@ -50,4 +50,8 @@
 
 # force a dependency on the greenlet package
 depend type=require \
-    fmri=library/python-2/greenlet@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+    fmri=library/python/greenlet@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+
+# force the rename with an optional dependency on the old name
+depend type=optional \
+    fmri=library/python-2/greenlet-$(PYV)@0.4.1,5.12-5.12.0.0.0.41.0