Skip to content

Commit

Permalink
python313Packages.glyphsets: relax setuptools-scm constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Mar 10, 2025
1 parent 7e9b47e commit 8ab3e4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/glyphsets/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ buildPythonPackage rec {
hash = "sha256-jza6VQ3PZAQPku2hyo0KeO59r64Q9TpqLCI0dIX/URU=";
};

postPatch = ''
substituteInPlace setup.py \
--replace-fail "setuptools_scm>=8.1.0,<8.2" setuptools_scm
'';

env.PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python";

build-system = [
Expand Down

0 comments on commit 8ab3e4a

Please sign in to comment.