diff --git a/Formula/i/imgp.rb b/Formula/i/imgp.rb index 5a289f2600cdf..b6da59e7319e1 100644 --- a/Formula/i/imgp.rb +++ b/Formula/i/imgp.rb @@ -8,11 +8,12 @@ class Imgp < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, all: "1b0ee7ffcfa799ee0c2157c291db758e12bc1d7ad6a29fa7403fcbe3f7d29394" + rebuild 1 + sha256 cellar: :any_skip_relocation, all: "1b830407f142350dedaa37c6eb4943fb97d59420c9f37ac79e2c0221ed4350e0" end depends_on "pillow" - depends_on "python@3.13" + depends_on "python@3.14" def install rewrite_shebang detected_python_shebang, "imgp" diff --git a/pypi_formula_mappings.json b/pypi_formula_mappings.json index 454adcc6e3501..5ad4363fd4928 100644 --- a/pypi_formula_mappings.json +++ b/pypi_formula_mappings.json @@ -508,6 +508,9 @@ "img2pdf": { "exclude_packages": ["pillow"] }, + "imgp": { + "exclude_packages": ["pillow"] + }, "instaloader": { "exclude_packages": ["certifi"] },