tahoe-lafs: clean up inputs (#59231)

Numpy has not been a dependency since 2012.
Apart from being unnecessary, numpy depends on openblas which fails to build on aarch64.
This commit is contained in:
Jean-Paul Calderone
2019-04-11 16:22:59 -04:00
committed by Robert Schütz
parent 25d29f271e
commit be8f891c5a

View File

@@ -50,8 +50,6 @@ pythonPackages.buildPythonApplication rec {
nativeBuildInputs = with pythonPackages; [ sphinx texinfo ];
buildInputs = with pythonPackages; [ unzip numpy mock ];
# The `backup' command requires `sqlite3'.
propagatedBuildInputs = with pythonPackages; [
twisted foolscap nevow simplejson zfec pycryptopp darcsver
@@ -59,7 +57,7 @@ pythonPackages.buildPythonApplication rec {
service-identity pyyaml magic-wormhole treq
];
checkInputs = with pythonPackages; [ hypothesis twisted ];
checkInputs = with pythonPackages; [ mock hypothesis twisted ];
# Install the documentation.
postInstall = ''