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:
parent
25d29f271e
commit
be8f891c5a
@ -50,8 +50,6 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
nativeBuildInputs = with pythonPackages; [ sphinx texinfo ];
|
nativeBuildInputs = with pythonPackages; [ sphinx texinfo ];
|
||||||
|
|
||||||
buildInputs = with pythonPackages; [ unzip numpy mock ];
|
|
||||||
|
|
||||||
# The `backup' command requires `sqlite3'.
|
# The `backup' command requires `sqlite3'.
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
twisted foolscap nevow simplejson zfec pycryptopp darcsver
|
twisted foolscap nevow simplejson zfec pycryptopp darcsver
|
||||||
@ -59,7 +57,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
service-identity pyyaml magic-wormhole treq
|
service-identity pyyaml magic-wormhole treq
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = with pythonPackages; [ hypothesis twisted ];
|
checkInputs = with pythonPackages; [ mock hypothesis twisted ];
|
||||||
|
|
||||||
# Install the documentation.
|
# Install the documentation.
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user