From 2d2099d657fc2255ed9c0868d5736320254da0f9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 2 Sep 2025 19:37:23 +0200 Subject: [PATCH] python313Packages.django-health-check: adjust build-system --- .../python-modules/django-health-check/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django-health-check/default.nix b/pkgs/development/python-modules/django-health-check/default.nix index 229f31e1892e..6c20c23688e4 100644 --- a/pkgs/development/python-modules/django-health-check/default.nix +++ b/pkgs/development/python-modules/django-health-check/default.nix @@ -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