Skip to content

Commit 3251198

Browse files
botantonydaeho-ro
authored andcommitted
python-setuptools: add [email protected]
Signed-off-by: botantony <[email protected]>
1 parent 0b163a1 commit 3251198

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Formula/p/python-setuptools.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ class PythonSetuptools < Formula
44
url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz"
55
sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c"
66
license "MIT"
7+
revision 1
78

89
bottle do
910
sha256 cellar: :any_skip_relocation, all: "83ebb533c2181540817970579431c38953d9743d68bea5b69799a790d726c4fe"
1011
end
1112

1213
depends_on "[email protected]" => [:build, :test]
1314
depends_on "[email protected]" => [:build, :test]
15+
depends_on "[email protected]" => [:build, :test]
1416

1517
def pythons
1618
deps.map(&:to_formula)
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
22
"davmail",
33
"meson",
4-
"rabbitmq"
4+
"rabbitmq",
5+
"python-setuptools"
56
]

0 commit comments

Comments
 (0)