Skip to content

Commit

Permalink
condure: migrate to [email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Oct 12, 2024
1 parent 106be20 commit d9ad072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/c/condure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Condure < Formula
depends_on "pkg-config" => :build
depends_on "rust" => :build
depends_on "cython" => :test # use brew cython as building it in test can cause time out
depends_on "python@3.12" => :test
depends_on "python@3.13" => :test
depends_on "openssl@3"
depends_on "zeromq"

Expand Down Expand Up @@ -53,7 +53,7 @@ def install
ipcfile = testpath/"client"
runfile = testpath/"test.py"

python3 = "python3.12"
python3 = "python3.13"
ENV.append_path "PYTHONPATH", Formula["cython"].opt_libexec/Language::Python.site_packages(python3)
venv = virtualenv_create(testpath/"vendor", python3)
venv.pip_install resources.reject { |r| r.name == "pyzmq" }
Expand Down

0 comments on commit d9ad072

Please sign in to comment.