pkgs/tools/networking/p2p/tahoe-lafs: add mock060 to propagatedBuildInputs

The package is required for the regression test suite. Adding it to
buildInputs would probably work, too, but I haven't tried it.

svn path=/nixpkgs/trunk/; revision=22792
This commit is contained in:
Peter Simons 2010-07-28 13:09:20 +00:00
parent 38bda8a8bf
commit 93ff8697d1
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ fetchurl, lib, unzip, buildPythonPackage, twisted, foolscap, nevow
, simplejson, zfec, pycryptopp, pysqlite, darcsver, setuptoolsTrial
, setuptoolsDarcs, numpy, nettools, pycrypto, pyasn1 }:
, setuptoolsDarcs, numpy, nettools, pycrypto, pyasn1, mock }:
# FAILURES: The "running build_ext" phase fails to compile Twisted
# plugins, because it tries to write them into Twisted's (immutable)
@ -49,7 +49,7 @@ buildPythonPackage (rec {
# The `backup' command requires `pysqlite'.
propagatedBuildInputs =
[ twisted foolscap nevow simplejson zfec pycryptopp pysqlite
darcsver setuptoolsTrial setuptoolsDarcs pycrypto pyasn1
darcsver setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 mock
];
# The test suite is run in `postInstall'.

View file

@ -8885,6 +8885,7 @@ let
inherit (pythonPackages) twisted foolscap simplejson nevow zfec
pycryptopp pysqlite darcsver setuptoolsTrial setuptoolsDarcs
numpy pyasn1;
mock = pythonPackages.mock060;
};
tailor = builderDefsPackage (import ../applications/version-management/tailor) {