onlykey-agent: add missing pkg_resources dependency

(cherry picked from commit 16367bebf7)
This commit is contained in:
Soispha 2024-02-08 20:55:02 +01:00 committed by github-actions[bot]
parent 8572fec8e0
commit c6d50264fc

View File

@ -52,7 +52,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "sha256-SbGb7CjcD7cFPvASZtip56B4uxRiFKZBvbsf6sb8fds=";
};
propagatedBuildInputs = with python3Packages; [ lib-agent onlykey-cli ];
propagatedBuildInputs = with python3Packages; [ lib-agent onlykey-cli setuptools ];
# move the python library into the sitePackages.
postInstall = ''