Skip to content

Commit

Permalink
gspell: depend on Python for build
Browse files Browse the repository at this point in the history
Since #152017, glib does not provide Python as a dependency anymore.
gspell fails to build as it does not find Python
  • Loading branch information
iMichka committed Nov 13, 2023
1 parent f866645 commit 5452437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/g/gspell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Gspell < Formula

depends_on "gobject-introspection" => :build
depends_on "pkg-config" => [:build, :test]
depends_on "python@3.12" => :build
depends_on "vala" => :build
depends_on "enchant"
depends_on "glib"
Expand Down

0 comments on commit 5452437

Please sign in to comment.