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.
wip/yesman
Jean-Paul Calderone 5 years ago committed by Robert Schütz
parent 25d29f271e
commit be8f891c5a
  1. 4
      pkgs/tools/networking/p2p/tahoe-lafs/default.nix

@ -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 = ''

Loading…
Cancel
Save