mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
18 lines
713 B
Plaintext
18 lines
713 B
Plaintext
$NetBSD: patch-aa,v 1.2 2012/02/12 20:10:42 gls Exp $
|
|
|
|
http://tahoe-lafs.org/trac/zfec/ticket/11
|
|
|
|
--- setup.py.orig 2011-02-13 07:34:23.000000000 +0000
|
|
+++ setup.py
|
|
@@ -76,8 +76,8 @@ if 'darcsver' in sys.argv[1:]:
|
|
# Lucid, so for now you have to manually install it before building
|
|
# sdists or eggs:
|
|
# http://bitbucket.org/tarek/distribute/issue/55/revision-control-plugin-automatically-installed-as-a-build-dependency-is-not-present-when-another-build-dependency-is-being
|
|
-if False:
|
|
- setup_requires.append('setuptools_darcs >= 1.1.0')
|
|
+#if False:
|
|
+# setup_requires.append('setuptools_darcs >= 1.1.0')
|
|
|
|
|
|
data_fnames=[ 'COPYING.SPL.txt', 'COPYING.GPL', 'COPYING.TGPPL.html', 'README.rst', 'CREDITS' ]
|