Skip to content

Commit dfc5219

Browse files
committed
Pin maturin build dependency
1.12 requires rust 1.88, we have 1.87 Change-Id: Ib1ddaf94ac7695f74778ed8b8c4132531c73734e
1 parent 1433b7f commit dfc5219

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

omd/packages/python3-modules/build-python3-modules.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ build_cmd = """
108108
109109
echo "ninja==1.11.1.1" > $$TMPDIR/constraints.txt
110110
echo "setuptools<82.0.0" >> $$TMPDIR/constraints.txt
111+
echo "maturin~=1.11.0" >> $$TMPDIR/constraints.txt
111112
export PIP_CONSTRAINT="$$TMPDIR/constraints.txt"
112113
113114
{git_ssl_no_verify}\\

0 commit comments

Comments
 (0)