components/python/babel/babel-PYVER.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
--- a/components/python/babel/babel-PYVER.p5m	Wed Jan 28 11:07:54 2015 -0800
+++ b/components/python/babel/babel-PYVER.p5m	Wed Jan 28 08:53:43 2015 -0800
@@ -20,11 +20,11 @@
 #
 
 #
-# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri \
-    value=pkg:/library/python-2/babel-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+    value=pkg:/library/python/babel-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="Internationalization Utilities for Python"
 set name=pkg.description \
     value="Babel is a Python library that provides an integrated collection of utilities that assist with internationalizing and localizing Python applications (in particular web-based applications)."
@@ -739,9 +739,13 @@
 #
 license babel.license license=BSD
 
+# force the rename with an optional dependency on the old name
+depend type=optional \
+    fmri=library/python-2/babel-$(PYV)@1.3,5.11-0.175.3.0.0.16.0
+
 # force a dependency on the babel package
 depend type=require \
-    fmri=library/python-2/babel@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+    fmri=library/python/babel@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 
 # force a dependency on pytz; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python-2/pytz-$(PYV)
+depend type=require fmri=library/python/pytz-$(PYV)