View | Details | Raw Unified | Return to bug 185099
Collapse All | Expand All

(-)a/devel/dulwich/files/patch-setup.py (-13 lines)
Removed Link Here
1
--- ./setup.py.orig	2011-08-07 14:43:22.000000000 +0200
2
+++ ./setup.py	2011-08-07 19:49:46.126136349 +0200
3
@@ -4,8 +4,4 @@
4
 
5
-try:
6
-    from setuptools import setup, Extension
7
-    has_setuptools = True
8
-except ImportError:
9
-    from distutils.core import setup, Extension
10
-    has_setuptools = False
11
+from distutils.core import setup, Extension
12
+has_setuptools = False
13
 from distutils.core import Distribution

Return to bug 185099