Skip to content

Commit

Permalink
Merge pull request #249842 from tjni/cve-bin-tool
Browse files Browse the repository at this point in the history
cve-bin-tool: add wheel dependency to pinned packaging
  • Loading branch information
natsukium authored Aug 18, 2023
2 parents dddb4cd + ca5c181 commit 8bc8db9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/security/cve-bin-tool/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
, buildPythonPackage
, pretend
, pythonOlder
, wheel
}:

let
Expand All @@ -52,6 +53,7 @@ let
};
nativeBuildInputs = [
setuptools
wheel
];
propagatedBuildInputs = [
pyparsing
Expand All @@ -68,6 +70,7 @@ in
buildPythonApplication rec {
pname = "cve-bin-tool";
version = "3.2";
format = "setuptools";

src = fetchFromGitHub {
owner = "intel";
Expand Down

0 comments on commit 8bc8db9

Please sign in to comment.