From 5e05a4f14fd33808a2b685697a5a18e76e130731 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 6 Feb 2024 15:15:29 +0100 Subject: Homebrew: Fix Python dependency Ok, I interpreted the documentation a little too literatlly. --- crystfel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crystfel.rb b/crystfel.rb index edbc1d8c..dc4ef245 100644 --- a/crystfel.rb +++ b/crystfel.rb @@ -32,7 +32,7 @@ class Crystfel < Formula depends_on 'pango' depends_on 'eigen' depends_on 'numpy' - depends_on 'python@3.x' + depends_on 'python' def install args = std_meson_args -- cgit v1.2.3