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
1 changed files with 4 additions and 1 deletions

View File

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