Skip to content

Commit

Permalink
Merge pull request #204803 from Homebrew/spice-gtk-py313
Browse files Browse the repository at this point in the history
spice-gtk: migrate to `[email protected]`
  • Loading branch information
BrewTestBot authored Jan 19, 2025
2 parents 99687c2 + 92dae35 commit 8960012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/s/spice-gtk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SpiceGtk < Formula
depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "pkgconf" => [:build, :test]
depends_on "python@3.12" => :build
depends_on "python@3.13" => :build
depends_on "vala" => :build

depends_on "at-spi2-core"
Expand Down Expand Up @@ -88,7 +88,7 @@ class SpiceGtk < Formula
patch :DATA

def install
venv = virtualenv_create(buildpath/"venv", "python3.12")
venv = virtualenv_create(buildpath/"venv", "python3.13")
venv.pip_install resources
ENV.prepend_path "PATH", venv.root/"bin"

Expand Down

0 comments on commit 8960012

Please sign in to comment.