Unverified Commit ca5c1811 authored by Theodore Ni's avatar Theodore Ni
Browse files

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

parent b2d45d78
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";