diff --git a/Formula/p/python-setuptools.rb b/Formula/p/python-setuptools.rb index 807eb4db73c8a..c7c7e03d7e20c 100644 --- a/Formula/p/python-setuptools.rb +++ b/Formula/p/python-setuptools.rb @@ -4,13 +4,15 @@ class PythonSetuptools < Formula url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" license "MIT" + revision 1 bottle do - sha256 cellar: :any_skip_relocation, all: "83ebb533c2181540817970579431c38953d9743d68bea5b69799a790d726c4fe" + sha256 cellar: :any_skip_relocation, all: "90d1373d4b921632e3da896be98326b463867c0a4f9e742c6a98c09caae96fd7" end depends_on "python@3.12" => [:build, :test] depends_on "python@3.13" => [:build, :test] + depends_on "python@3.14" => [:build, :test] def pythons deps.map(&:to_formula) diff --git a/disabled_new_usr_local_relocation_formulae.json b/disabled_new_usr_local_relocation_formulae.json index fe6e8b2770097..0823a286c8d35 100644 --- a/disabled_new_usr_local_relocation_formulae.json +++ b/disabled_new_usr_local_relocation_formulae.json @@ -1,5 +1,6 @@ [ "davmail", "meson", - "rabbitmq" + "rabbitmq", + "python-setuptools" ]