Skip to content

Commit

Permalink
Add a patchelf optional dependency to python maturin package
Browse files Browse the repository at this point in the history
Helps with #766
  • Loading branch information
messense committed Jan 7, 2022
1 parent 851bc66 commit 71a0087
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ dependencies = ["toml~=0.10.2"]
zig = [
"ziglang~=0.9.0",
]
patchelf = [
"patchelf",
]

[project.urls]
"Source Code" = "https://github.com/PyO3/maturin"
Expand Down

0 comments on commit 71a0087

Please sign in to comment.