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

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

--- setup.py.orig	2012-01-11 22:40:51.000000000 +0000
+++ setup.py
@@ -453,8 +453,7 @@ setup(name=APPNAME,
                 'allmydata.test',
                 'allmydata.util',
                 'allmydata.web',
-                'allmydata.windows',
-                'buildtest'],
+                'allmydata.windows'],
       classifiers=trove_classifiers,
       test_suite="allmydata.test",
       install_requires=install_requires,