components/python/python27/patches/06-ucred.patch
changeset 3555 76f4672c5e4b
parent 2028 6fa8f5812e20
child 4698 4e27e549b58d
--- a/components/python/python27/patches/06-ucred.patch	Tue Dec 16 02:22:32 2014 -0800
+++ b/components/python/python27/patches/06-ucred.patch	Wed Dec 17 09:46:51 2014 -0800
@@ -394,9 +394,9 @@
 +
 +	PyModule_AddObject(m, "ucred", (PyObject *)&pyucred_type);
 +}
---- Python-2.7.8/setup.py.~2~	2014-07-17 20:41:55.688200021 -0700
-+++ Python-2.7.8/setup.py	2014-07-17 20:41:55.733063564 -0700
-@@ -1542,6 +1542,13 @@
+--- Python-2.7.9/setup.py.~2~	2014-12-11 09:21:22.692567515 -0800
++++ Python-2.7.9/setup.py	2014-12-11 09:21:22.772123046 -0800
+@@ -1544,6 +1544,13 @@
          else:
              missing.append('dl')