onlykey-agent: add missing pkg_resources dependency

This commit is contained in:
Soispha 2024-02-08 20:55:02 +01:00
parent 2735b578a8
commit 16367bebf7
No known key found for this signature in database
GPG Key ID: A5E94010C3A642AD

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 = ''