tahoelafs: mock is required at runtime for some reason
This commit is contained in:
parent
c5497a7608
commit
0fda4ff715
@ -32,12 +32,12 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
# Some tests want this + http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/mock-0.6.0.tar.bz2
|
# Some tests want this + http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/mock-0.6.0.tar.bz2
|
||||||
buildInputs = [ unzip numpy mock ];
|
buildInputs = [ unzip numpy ];
|
||||||
|
|
||||||
# The `backup' command requires `sqlite3'.
|
# The `backup' command requires `sqlite3'.
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
[ twisted foolscap nevow simplejson zfec pycryptopp sqlite3
|
[ twisted foolscap nevow simplejson zfec pycryptopp sqlite3
|
||||||
darcsver setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface
|
darcsver setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface mock
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user