Skip to content

Commit

Permalink
fc_bundle: add caveats, rebottle for linux
Browse files Browse the repository at this point in the history
Closes #518.

Signed-off-by: Chris <[email protected]>
  • Loading branch information
ipatch committed May 25, 2024
1 parent 7d13893 commit b2e98f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Formula/fc_bundle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ def install
(prefix/site_packages/"freecad-py-modules.pth").write pth_contents
end

def caveats
<<-EOS
this formula is required to get necessary python runtime deps
working with freecad
EOS
end

test do
# TODO: i think a more sane test is importing the python modules
# Check if the expected site-packages file exists
Expand Down

0 comments on commit b2e98f9

Please sign in to comment.