Unverified Commit 94ccf66f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.djangorestframework-stubs: fix build (#501470)

parents 91ceb77b 4d8847ab
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  pytestCheckHook,
  requests,
  types-pyyaml,
  setuptools,
  uv-build,
  types-markdown,
  types-requests,
  typing-extensions,
@@ -30,10 +30,10 @@ buildPythonPackage rec {

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail "<79.0.0" ""
      --replace-fail "uv_build>=0.8.19,<0.10.0" "uv_build"
  '';

  build-system = [ setuptools ];
  build-system = [ uv-build ];

  dependencies = [
    django-stubs