File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ class Urh < Formula
66 url "https://files.pythonhosted.org/packages/7b/af/be36ae7e9184410c2c6d406a1551d7096f394e238cc5f63cb4ddcfc5f2e5/urh-2.9.8.tar.gz"
77 sha256 "864130b19553833827931f48f874045a39a6cee219a310a910bcd2ef02cf96b4"
88 license "GPL-3.0-only"
9+ revision 1
910 head "https://github.com/jopohl/urh.git" , branch : "master"
1011
1112 no_autobump! because : "`update-python-resources` cannot determine dependencies"
@@ -26,7 +27,7 @@ class Urh < Formula
2627 depends_on "pkgconf" => :build
2728 depends_on "hackrf"
2829 depends_on "pyqt@5"
29- depends_on "python@3.13 "
30+ depends_on "python@3.14 "
3031
3132 on_linux do
3233 depends_on "patchelf" => :build # for numpy
@@ -54,7 +55,7 @@ class Urh < Formula
5455 end
5556
5657 def install
57- venv = virtualenv_create ( libexec , "python3.13 " )
58+ venv = virtualenv_create ( libexec , "python3.14 " )
5859 venv . pip_install resources
5960 # Need to disable build isolation and install Setuptools since `urh` only
6061 # has a setup.py which assumes Cython and Setuptools are already installed
You can’t perform that action at this time.
0 commit comments