components/python/python35/patches/10-rbac.patch
changeset 6447 56a2f066191a
parent 5184 6c2a9525f3a4
child 7648 20e09cf3cfaa
--- a/components/python/python35/patches/10-rbac.patch	Thu Jul 21 12:52:12 2016 -0700
+++ b/components/python/python35/patches/10-rbac.patch	Thu Jul 21 12:52:32 2016 -0700
@@ -1283,9 +1283,9 @@
 +	0,                            /* tp_free */
 +	0,                            /* tp_is_gc */
 +};
---- Python-3.5.0a4/setup.py.~5~	2015-04-20 13:30:08.410768276 -0700
-+++ Python-3.5.0a4/setup.py	2015-04-20 13:30:08.438983714 -0700
-@@ -1546,6 +1546,22 @@
+--- Python-3.5.2/setup.py.~5~	2016-07-08 06:56:45.280312010 -0700
++++ Python-3.5.2/setup.py	2016-07-08 06:56:45.314844079 -0700
+@@ -1578,6 +1578,22 @@
              exts.append( Extension('dlpi', ['dlpimodule.c'],
                                     libraries = ['dlpi']) )