freebsd-ports/devel/dulwich/files/patch-setup.py
Wesley Shields 3d096ce41f - Update to 0.5.0
PR:		ports/144473
Submitted by:	Marco Bröder <marco.broeder@gmx.eu> (maintainer)
Feature safe:	yes
2010-03-06 01:41:24 +00:00

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'