We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wxwidgets@3.2
1 parent 413d646 commit 825aee3Copy full SHA for 825aee3
Formula/w/wxpython.rb
@@ -4,6 +4,7 @@ class Wxpython < Formula
4
url "https://files.pythonhosted.org/packages/4c/d9/4451392d3d6ba45aa23aa77a6f1a9970b43351b956bf61e10fd513a1dc38/wxPython-4.2.3.tar.gz"
5
sha256 "20d6e0c927e27ced85643719bd63e9f7fd501df6e9a8aab1489b039897fd7c01"
6
license "LGPL-2.0-or-later" => { with: "WxWindows-exception-3.1" }
7
+ revision 1
8
9
bottle do
10
sha256 cellar: :any, arm64_sequoia: "3e47059dc4a8710a730dc27af12a6251244b4a82a0b42957c661c583b7212928"
@@ -21,7 +22,7 @@ class Wxpython < Formula
21
22
depends_on "numpy"
23
depends_on "pillow"
24
depends_on "python@3.13"
- depends_on "wxwidgets"
25
+ depends_on "wxwidgets@3.2"
26
27
on_linux do
28
depends_on "pkgconf" => :build
0 commit comments