mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
700 B
Plaintext
18 lines
700 B
Plaintext
$NetBSD: patch-aa,v 1.2 2012/02/12 19:55:09 gls Exp $
|
|
|
|
http://tahoe-lafs.org/trac/zfec/ticket/11
|
|
|
|
--- setup.py.orig 2011-03-03 12:07:50.000000000 +0000
|
|
+++ setup.py
|
|
@@ -116,8 +116,8 @@ if 'darcsver' in sys.argv[1:]:
|
|
# shipped in Ubuntu 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')
|
|
|
|
|
|
# setuptools_trial is needed if you want "./setup.py trial" or
|