3d096ce41f
PR: ports/144473 Submitted by: Marco Bröder <marco.broeder@gmx.eu> (maintainer) Feature safe: yes
14 lines
460 B
Python
14 lines
460 B
Python
--- ./setup.py.orig 2010-03-03 16:33:52.000000000 +0100
|
|
+++ ./setup.py 2010-03-03 21:13:31.000000000 +0100
|
|
@@ -2,10 +2,7 @@
|
|
# Setup file for bzr-git
|
|
# Copyright (C) 2008-2010 Jelmer Vernooij <jelmer@samba.org>
|
|
|
|
-try:
|
|
- from setuptools import setup, Extension
|
|
-except ImportError:
|
|
- from distutils.core import setup, Extension
|
|
+from distutils.core import setup, Extension
|
|
from distutils.core import Distribution
|
|
|
|
dulwich_version_string = '0.5.0'
|