Skip to content

Commit

Permalink
refactor: update pyoxidizer.bzl module modification
Browse files Browse the repository at this point in the history
Signed-off-by: loonghao <[email protected]>
  • Loading branch information
loonghao committed Oct 28, 2024
1 parent 3e50797 commit e4c3371
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.2.0", "pyside2", "qt.py", "graphviz"]):
for resource in exe.pip_install(["--no-binary", "all", "rez==3.2.1", "pyside2", "qt.py", "graphviz"]):
resource.add_location = "filesystem-relative:lib/site-packages"
exe.add_python_resource(resource)

Expand Down

0 comments on commit e4c3371

Please sign in to comment.