electron-cash: don't propagate cython

Propagating it will lead to multiple cython versions in the PYTHONPATH,
which will fail the build during pythonCatchConflictsPhase.
This commit is contained in:
Martin Weinelt 2024-03-27 18:29:00 +01:00
parent 6575699cbb
commit 50e0624367
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,6 +12,10 @@ python3Packages.buildPythonApplication rec {
sha256 = "sha256-xOyj5XerOwgfvI0qj7+7oshDvd18h5IeZvcJTis8nWo=";
};
build-system = with python3Packages; [
cython
];
propagatedBuildInputs = with python3Packages; [
# requirements
pyaes
@ -36,7 +40,6 @@ python3Packages.buildPythonApplication rec {
cryptography
# requirements-hw
cython
trezor
keepkey
btchip-python