Skip to content

Commit

Permalink
feat: Update Rez version from 3.1.1 to 3.2.0 in pyoxidizer.bzl
Browse files Browse the repository at this point in the history
Signed-off-by: loonghao <hal.long@outlook.com>
  • Loading branch information
loonghao committed Oct 21, 2024
1 parent 21265ad commit 18147d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyoxidizer.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def make_exe():
# `add_python_resources()` adds these objects to the binary, with a load
# location as defined by the packaging policy's resource location
# attributes.
for resource in exe.pip_install(["--no-binary", "all", "rez==3.1.1", "pyside2", "qt.py", "graphviz"]):
for resource in exe.pip_install(["--no-binary", "all", "rez==3.2.0", "pyside2", "qt.py", "graphviz"]):
resource.add_location = "filesystem-relative:lib/site-packages"
exe.add_python_resource(resource)

Expand Down

0 comments on commit 18147d1

Please sign in to comment.