Merge pull request #298655 from soispha/fix-onlykey-agent

onlykey-agent: add missing `pkg_resources` dependency
This commit is contained in:
Wael Nasreddine
2024-06-25 12:02:41 -07:00
committed by GitHub

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