components/python/python34/patches/10-rbac.patch
changeset 3869 eb4c6284602f
parent 2183 5d00686e81da
child 5229 b7b91ddbbdce
--- a/components/python/python34/patches/10-rbac.patch	Thu Jan 01 10:27:03 2015 -0800
+++ b/components/python/python34/patches/10-rbac.patch	Wed Feb 25 20:44:31 2015 -0800
@@ -1283,9 +1283,9 @@
 +	0,                            /* tp_free */
 +	0,                            /* tp_is_gc */
 +};
---- Python-3.4.2/setup.py.~5~	2014-09-22 14:15:00.047444289 -0700
-+++ Python-3.4.2/setup.py	2014-09-22 14:15:00.082157199 -0700
-@@ -1498,6 +1498,22 @@
+--- Python-3.4.3/setup.py.~5~	2015-02-25 08:21:26.778968857 -0800
++++ Python-3.4.3/setup.py	2015-02-25 08:21:26.801861210 -0800
+@@ -1525,6 +1525,22 @@
              exts.append( Extension('dlpi', ['dlpimodule.c'],
                                     libraries = ['dlpi']) )