Unverified Commit 8bc8db9e authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #249842 from tjni/cve-bin-tool

cve-bin-tool: add wheel dependency to pinned packaging
parents dddb4cd4 ca5c1811
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";