cve-bin-tool: add wheel dependency to pinned packaging

This commit is contained in:
Theodore Ni 2023-08-17 16:18:28 -07:00
parent b2d45d788a
commit ca5c181107
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -36,6 +36,7 @@
, buildPythonPackage
, pretend
, pythonOlder
, wheel
}:
let
@ -52,6 +53,7 @@ let
};
nativeBuildInputs = [
setuptools
wheel
];
propagatedBuildInputs = [
pyparsing
@ -68,6 +70,7 @@ in
buildPythonApplication rec {
pname = "cve-bin-tool";
version = "3.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "intel";