- Patch to remove extraneous setuptools version dep from build.
This commit is contained in:
parent
01514ec446
commit
b503cc3e54
2 changed files with 21 additions and 3 deletions
12
python-sphinx-no-ez_setup.patch
Normal file
12
python-sphinx-no-ez_setup.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Index: Sphinx-0.5.1/setup.py
|
||||
===================================================================
|
||||
--- Sphinx-0.5.1.orig/setup.py
|
||||
+++ Sphinx-0.5.1/setup.py
|
||||
@@ -1,7 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
-import ez_setup
|
||||
-ez_setup.use_setuptools()
|
||||
-
|
||||
import os
|
||||
import sys
|
||||
from setuptools import setup, find_packages
|
||||
Loading…
Add table
Add a link
Reference in a new issue