From 8571b9bd3dd5a37f8cc65792828717d9fda633eb Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Aug 20 2009 06:03:03 +0000 Subject: Include patch for F-11 branch --- diff --git a/python-sphinx-setuptools.patch b/python-sphinx-setuptools.patch new file mode 100644 index 0000000..c4cfb6a --- /dev/null +++ b/python-sphinx-setuptools.patch @@ -0,0 +1,9 @@ +--- setup.py.orig 2009-06-05 07:42:36.000000000 -0400 ++++ setup.py 2009-06-05 07:42:40.000000000 -0400 +@@ -1,6 +1,4 @@ + # -*- coding: utf-8 -*- +-import ez_setup +-ez_setup.use_setuptools() + + import os + import sys