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:
parent
38bda8a8bf
commit
93ff8697d1
@ -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'.
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user