21918688 Python 3.5 (fix pkglint warnings)
authorJohn Beck <John.Beck@Oracle.COM>
Sat, 03 Oct 2015 12:39:15 -0700
changeset 4917 4c88f9d4ab8d
parent 4916 b49f3ed3d841
child 4918 f8b5f8d82eec
21918688 Python 3.5 (fix pkglint warnings)
components/python/cinderclient/cinderclient-PYVER.p5m
components/python/novaclient/novaclient-PYVER.p5m
components/python/oslo.config/oslo.config-PYVER.p5m
--- a/components/python/cinderclient/cinderclient-PYVER.p5m	Fri Oct 02 11:27:30 2015 -0700
+++ b/components/python/cinderclient/cinderclient-PYVER.p5m	Sat Oct 03 12:39:15 2015 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 #
@@ -28,7 +28,7 @@
 # continue to do so for now by dropping the dependency on the
 # corresponding keystoneclient as the latter is not Python 3 ready.
 #
-<transform depend fmri=library/python/keystoneclient-34 type=require -> drop>
+<transform depend fmri=library/python/keystoneclient-3\d type=require -> drop>
 set name=pkg.fmri \
     value=pkg:/library/python/cinderclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary \
--- a/components/python/novaclient/novaclient-PYVER.p5m	Fri Oct 02 11:27:30 2015 -0700
+++ b/components/python/novaclient/novaclient-PYVER.p5m	Sat Oct 03 12:39:15 2015 -0700
@@ -19,7 +19,7 @@
 # CDDL HEADER END
 
 #
-# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 #
@@ -27,8 +27,8 @@
 # to do so for now by dropping the dependency on the corresponding
 # keystoneclient & oslo.utils as the latter are not Python 3 ready.
 #
-<transform depend fmri=library/python/keystoneclient-34 type=require -> drop>
-<transform depend fmri=library/python/oslo.utils-34 type=require -> drop>
+<transform depend fmri=library/python/keystoneclient-3\d type=require -> drop>
+<transform depend fmri=library/python/oslo.utils-3\d type=require -> drop>
 set name=pkg.fmri \
     value=pkg:/library/python/novaclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary \
--- a/components/python/oslo.config/oslo.config-PYVER.p5m	Fri Oct 02 11:27:30 2015 -0700
+++ b/components/python/oslo.config/oslo.config-PYVER.p5m	Sat Oct 03 12:39:15 2015 -0700
@@ -26,7 +26,7 @@
 # As an earlier Python 3 version of oslo.config was published, we
 # continue to do so for now by dropping the dependency on the
 # corresponding netaddr as the latter is not Python 3 ready.
-<transform depend fmri=library/python/netaddr-34 type=require -> drop>
+<transform depend fmri=library/python/netaddr-3\d type=require -> drop>
 set name=pkg.fmri \
     value=pkg:/library/python/oslo.config-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="Oslo configuration library"