Unverified Commit 6784f6e0 authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

python313Packages.slapd: fix build (#451171)

parents 760bbf9a 0c9b4e07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  buildPythonPackage,
  pythonOlder,
  fetchFromGitHub,
  poetry-core,
  hatchling,
  openldap,
  pytestCheckHook,
}:
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    hash = "sha256-xXIKC8xDJ3Q6yV1BL5Io0PkLqVbFRbbkB0QSXQGHMNg=";
  };

  build-system = [ poetry-core ];
  build-system = [ hatchling ];

  nativeCheckInputs = [ pytestCheckHook ];