Skip to content

Commit 294b1ec

Browse files
[Bot] Update dependencies (#1821)
* Update python dependencies * remove patchelf installation workaround on riscv64 --------- Co-authored-by: manylinux-bot[bot] <89297709+manylinux-bot[bot]@users.noreply.github.com> Co-authored-by: mayeut <[email protected]>
1 parent 70130bb commit 294b1ec

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

docker/build_scripts/finalize.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ for TOOL_PATH in "${MY_DIR}/requirements-tools/"*; do
8888
musllinux*_s390x-uv) continue;; # uv doesn't provide musl s390x wheels due to Rust issues
8989
*_riscv64-uv) continue;; # no uv for riscv64
9090
*_riscv64-cmake|*_riscv64-swig) manylinux_pkg_install "${TOOL}";;
91-
*_riscv64-patchelf)
92-
manylinux_pkg_install cmake
93-
pipx install patchelf==0.17.2.2
94-
;;
9591
*) pipx install --pip-args="--require-hashes -r ${TOOL_PATH} --only-binary" "${TOOL}";;
9692
esac
9793
done
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# This file was autogenerated by uv via the following command:
22
# nox -s update_python_dependencies
3-
patchelf==0.17.2.2 \
4-
--hash=sha256:05f6bbdbe484439cb025e20c60abd37e432e6798dfa3f39a072e6b7499072a8c \
5-
--hash=sha256:080b2ac3074fd4ab257700088e82470425e56609aa0dd07abe548f04b7b3b007 \
6-
--hash=sha256:24374cdbd9a072230339024fb6922577cb3231396640610b069f678bc483f21e \
7-
--hash=sha256:3b8a4d7cccac04d8231dec321245611bf147b199cbf4da305d1a364ff689fb58 \
8-
--hash=sha256:3d32cd69442a229724f7f071b61cef1f87ccd80cf755af0b1ecefd553fa9ae3f \
9-
--hash=sha256:47b558db8f7dccc6262e930631991ecdd053724c1d8daf3df5ce03813438da10 \
10-
--hash=sha256:b54e79ceb444ec6a536a5dc2e8fc9c771ec6a1fa7d5f4dbb3dc0e5b8e5ff82e1 \
11-
--hash=sha256:e334ebb1c5aa9fc740fd95ebe449271899fe1e45a3eb0941300b304f7e3d1299
3+
patchelf==0.17.2.4 \
4+
--hash=sha256:09fd848d625a165fc7b7e07745508c24077129b019c4415a882938781d43adf8 \
5+
--hash=sha256:2931a1b5b85f3549661898af7bf746afbda7903c7c9a967cfc998a3563f84fad \
6+
--hash=sha256:343bb1b94e959f9070ca9607453b04390e36bbaa33c88640b989cefad0aa049e \
7+
--hash=sha256:680a266a70f60a7a4f4c448482c5bdba80cc8e6bb155a49dcc24238ba49927b0 \
8+
--hash=sha256:7076d9e127230982e20a81a6e2358d3343004667ba510d9f822d4fdee29b0d71 \
9+
--hash=sha256:970ee5cd8af33e5ea2099510b2f9013fa1b8d5cd763bf3fd3961281c18101a09 \
10+
--hash=sha256:ae44cb3c857d50f54b99e5697aa978726ada33a8a6129d4b8b7ffd28b996652d \
11+
--hash=sha256:d842b51f0401460f3b1f3a3a67d2c266a8f515a5adfbfa6e7b656cb3ac2ed8bc \
12+
--hash=sha256:d9b35ebfada70c02679ad036407d9724ffe1255122ba4ac5e4be5868618a5689
1213
# via -r .nox/update_python_dependencies/tmp/patchelf.in

0 commit comments

Comments
 (0)