onlykey-cli: 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:16:51 +01:00
parent bcec8bc401
commit 607215653b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,9 +10,12 @@ python3Packages.buildPythonApplication rec {
sha256 = "sha256-ZmQnyZx9YlIIxMMdZ0U2zb+QANfcwrtG7iR1LpgzmBQ="; sha256 = "sha256-ZmQnyZx9YlIIxMMdZ0U2zb+QANfcwrtG7iR1LpgzmBQ=";
}; };
build-system = with python3Packages; [
cython
];
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
aenum aenum
cython
ecdsa ecdsa
hidapi hidapi
onlykey-solo-python onlykey-solo-python