blob: 0315a7546b74e3725c216a7a201bf9b85d89341b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.1 2010/11/27 14:15:29 gdt Exp $
http://tahoe-lafs.org/trac/zfec/ticket/11#comment:2
--- setup.py.orig 2010-06-09 01:06:41.000000000 +0000
+++ setup.py
@@ -63,7 +63,7 @@ if 'darcsver' in sys.argv[1:]:
# "sdist" or "bdist_egg"), unless there is a pyutil.egg-info/SOURCE.txt file
# present which contains a complete list of files that should be included.
# http://pypi.python.org/pypi/setuptools_darcs
-setup_requires.append('setuptools_darcs >= 1.1.0')
+#setup_requires.append('setuptools_darcs >= 1.1.0')
setup(name=PKG,
version=verstr,
|