Skip to content

Commit 6a97c16

Browse files
committed
python-packaging: undisable
See discussion at #167905.
1 parent 708071f commit 6a97c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Formula/p/python-packaging.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This is an exception to Homebrew policy on Python libraries. See:
2+
# https://github.com/Homebrew/homebrew-core/issues/167905#issuecomment-2328118401
13
class PythonPackaging < Formula
24
desc "Core utilities for Python packages"
35
homepage "https://packaging.pypa.io/"
@@ -10,8 +12,6 @@ class PythonPackaging < Formula
1012
sha256 cellar: :any_skip_relocation, all: "7423b5f0a0a2a65d981e88581abf853ea8cbf2486353f541d452d41ef5ea1e55"
1113
end
1214

13-
disable! date: "2024-10-05", because: "does not meet homebrew/core's requirements for Python library formulae"
14-
1515
depends_on "[email protected]" => [:build, :test]
1616
depends_on "[email protected]" => [:build, :test]
1717

0 commit comments

Comments
 (0)