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

python313Packages.arch: relax setuptools-scm (#445619)

parents 0e2fe146 962e9409
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -27,7 +27,9 @@ buildPythonPackage rec {

  postPatch = ''
    substituteInPlace setup.cfg \
      --replace 'PytestRemovedIn8Warning' 'PytestRemovedIn9Warning'
      --replace-fail 'PytestRemovedIn8Warning' 'PytestRemovedIn9Warning'
    substituteInPlace pyproject.toml \
      --replace-fail '"setuptools_scm[toml]>=8.0.3,<9",' '"setuptools_scm[toml]",'
  '';

  build-system = [