summaryrefslogtreecommitdiff
path: root/filesystems/tahoe-lafs/patches/patch-aa
blob: 9c1a48cca1a5d4cb65a2a313a2db179549b967fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.3 2012/07/07 00:34:18 gdt Exp $

Upstream incorrectly installs test code.  Patch from David-Sarah
Hopwood (of upstream) in private mail.

--- setup.py.orig	2012-05-31 22:25:33.000000000 +0000
+++ setup.py
@@ -467,8 +467,7 @@ setup(name=APPNAME,
                 'allmydata.util',
                 'allmydata.web',
                 'allmydata.web.static',
-                'allmydata.windows',
-                'buildtest'],
+                'allmydata.windows'],
       classifiers=trove_classifiers,
       test_suite="allmydata.test",
       install_requires=install_requires,