python313Packages.django-health-check: adjust build-system

This commit is contained in:
Fabian Affolter
2025-09-02 19:37:23 +02:00
parent 2c4cd11a9e
commit 2d2099d657
@@ -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