Unverified Commit b90a3da8 authored by goproslowyo's avatar goproslowyo Committed by GitHub
Browse files

Add missing cython dependency

parent 3cb3b8cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''