Skip to content

Commit

Permalink
[bazel] fix python package error on debian systems
Browse files Browse the repository at this point in the history
This is a port of lowRISC/opentitan#21955 to
this repo.

Signed-off-by: Tim Trippel <[email protected]>
  • Loading branch information
timothytrippel committed Mar 12, 2024
1 parent 5d6bf81 commit 18880b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/pip.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def _pip_wheel_impl(rctx):
"-m",
"pip",
"install",
"--user",
"wheel",
]
rctx.report_progress("Installing the Python wheel package")
Expand All @@ -54,6 +55,7 @@ def _pip_wheel_impl(rctx):
"-m",
"pip",
"wheel",
"--use-pep517",
"-r",
rctx.path(rctx.attr.requirements),
"-w",
Expand Down

0 comments on commit 18880b4

Please sign in to comment.