Add missing cython dependency

This commit is contained in:
goproslowyo
2024-07-06 22:31:58 -07:00
committed by GitHub
parent 3cb3b8cbb9
commit b90a3da8ab
@@ -52,7 +52,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "sha256-SbGb7CjcD7cFPvASZtip56B4uxRiFKZBvbsf6sb8fds=";
};
propagatedBuildInputs = with python3Packages; [ lib-agent onlykey-cli setuptools ];
propagatedBuildInputs = with python3Packages; [ lib-agent onlykey-cli setuptools cython ];
# move the python library into the sitePackages.
postInstall = ''