tahoelafs: mock is required at runtime for some reason

This commit is contained in:
Nathan Zadoks 2015-12-23 22:46:30 +01:00 committed by Lluís Batlle i Rossell
parent c5497a7608
commit 0fda4ff715

View File

@ -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
buildInputs = [ unzip numpy mock ];
buildInputs = [ unzip numpy ];
# The `backup' command requires `sqlite3'.
propagatedBuildInputs =
[ twisted foolscap nevow simplejson zfec pycryptopp sqlite3
darcsver setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface
darcsver setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface mock
];
postInstall = ''