python-tk@3.10: make keg-only
Closes #86469. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
474790ecb8
commit
a1d1da3259
|
@ -5,6 +5,7 @@ class PythonTkAT310 < Formula
|
|||
url "https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz"
|
||||
sha256 "c4e0cbad57c90690cb813fb4663ef670b4d0f587d8171e2c42bd4c9245bd2758"
|
||||
license "Python-2.0"
|
||||
revision 1
|
||||
|
||||
livecheck do
|
||||
formula "python@3.10"
|
||||
|
@ -18,6 +19,8 @@ class PythonTkAT310 < Formula
|
|||
sha256 x86_64_linux: "33e5057494f2cbbeba821221aa97de4c3729c825cf2f47e583081d5bff55267b"
|
||||
end
|
||||
|
||||
keg_only :versioned_formula
|
||||
|
||||
depends_on "python@3.10"
|
||||
depends_on "tcl-tk"
|
||||
|
||||
|
|
|
@ -25,6 +25,5 @@
|
|||
"pyqt@5",
|
||||
"python@3.9",
|
||||
"python-tk@3.9",
|
||||
"python-tk@3.10",
|
||||
"wxwidgets@3.0"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue