Unverified Commit 3d5e198c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.django-health-check: adjust build-system (#439654)

parents aa8a5c08 2d2099d6
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -6,13 +6,14 @@
  django-storages,
  django,
  fetchFromGitHub,
  flit-core,
  flit-scm,
  gitMinimal,
  mock,
  pytest-cov-stub,
  pytest-django,
  pytestCheckHook,
  redis,
  setuptools-scm,
  sphinx,
}:

@@ -28,7 +29,10 @@ buildPythonPackage rec {
    hash = "sha256-qgABCDWKGYZ67sKvCozUQfmYcKWMpEVNLxInTnIaojk=";
  };

  build-system = [ setuptools-scm ];
  build-system = [
    flit-core
    flit-scm
  ];

  buildInputs = [
    sphinx