summaryrefslogtreecommitdiff
path: root/converters/py-zfec/patches
diff options
context:
space:
mode:
authorgdt <gdt>2010-11-27 13:35:06 +0000
committergdt <gdt>2010-11-27 13:35:06 +0000
commit6e663e66055e44548ff4be4fb881fa0f6e3a8a03 (patch)
treed03f87adbaeeacb86bde8ee5cd3437ae1fce5821 /converters/py-zfec/patches
parentac5cff3eb05fda34b751ffdc157282fc8dabee14 (diff)
downloadpkgsrc-6e663e66055e44548ff4be4fb881fa0f6e3a8a03.tar.gz
Work around upstream bug where more python bits are fetched from the
net at build time. See http://tahoe-lafs.org/trac/zfec/ticket/11 . PKGREVISION++
Diffstat (limited to 'converters/py-zfec/patches')
-rw-r--r--converters/py-zfec/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/converters/py-zfec/patches/patch-aa b/converters/py-zfec/patches/patch-aa
new file mode 100644
index 00000000000..d977471eacc
--- /dev/null
+++ b/converters/py-zfec/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2010/11/27 13:35:07 gdt Exp $
+
+http://tahoe-lafs.org/trac/zfec/ticket/11
+
+--- setup.py.orig 2010-05-24 06:20:43.000000000 +0000
++++ setup.py
+@@ -115,7 +115,7 @@ setup_requires.append('darcsver >= 1.2.0
+ # "sdist" or "bdist_egg"), unless there is a zfec.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')
+
+ # stdeb is required to build Debian dsc files.
+ if "sdist_dsc" in sys.argv: