Skip to content

Commit

Permalink
Update python_ot to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed Nov 20, 2024
1 parent ebfc03d commit f862cc2
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 306 deletions.
5 changes: 5 additions & 0 deletions lib/poetryOverrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
urllib3 = ["hatchling"];
fusesoc = ["setuptools" "setuptools-scm"];
chipwhisperer = ["setuptools"];
siphash = ["setuptools"];
tockloader = ["setuptools"];
};
buildreqs-overlay = (
final: prev:
Expand Down Expand Up @@ -60,6 +62,9 @@
# Some problem building due to a malformed semantic version string.
preferWheel = true;
};
ninja = prev.ninja.override {
preferWheel = true;
};
};

# Nix wraps python programs which causes PATH to change. We want to keep
Expand Down
Loading

0 comments on commit f862cc2

Please sign in to comment.