components/python/waitress/waitress-PYVER.p5m
changeset 1666 69d14d547e77
parent 1607 861db9bed008
child 1948 2d1537e7942d
--- a/components/python/waitress/waitress-PYVER.p5m	Mon Jan 27 15:13:46 2014 -0800
+++ b/components/python/waitress/waitress-PYVER.p5m	Mon Jan 27 17:48:58 2014 -0800
@@ -18,11 +18,11 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri \
-    value=pkg:/library/python-2/waitress-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+    value=pkg:/library/python/waitress-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="Waitress WSGI server"
 set name=pkg.description \
     value="Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library. It supports HTTP/1.0 and HTTP/1.1."
@@ -58,6 +58,10 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/waitress/utilities.py
 license waitress.license license=ZPL
 
+# force the rename with an optional dependency on the old name
+depend type=optional \
+    fmri=library/python-2/waitress-$(PYV)@0.8.5,5.12-5.12.0.0.0.41.0
+
 # force a dependency on the waitress package
 depend type=require \
-    fmri=library/python-2/waitress@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+    fmri=library/python/waitress@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)