Skip to content

Commit

Permalink
fc_bundle: add caveats, rebottle for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed May 25, 2024
1 parent 7d13893 commit 72da9eb
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

Check failure on line 52 in Formula/fc_bundle.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/TrailingWhitespace: Trailing whitespace detected.
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 72da9eb

Please sign in to comment.