Commit 3e017e95 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python3Packages.certihound: add build-system

parent 2c1c0baf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  pydantic,
  click,
  rich,
  setuptools,
}:

buildPythonPackage rec {
@@ -20,6 +21,8 @@ buildPythonPackage rec {
    hash = "sha256-ERJ5fbYikhKLwchSIBe5s4KF/1HsXZ1O00QnYXAe+ps=";
  };

  build-system = [ setuptools ];

  dependencies = [
    ldap3
    impacket