Skip to content

Commit 4e2225b

Browse files
committed
Add rust compiler dependency
1 parent 141f3e4 commit 4e2225b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/label-studio.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class LabelStudio < Formula
1010
depends_on "libyaml"
1111
depends_on "postgresql@14"
1212
depends_on "python@3.13" # Apple's Python distribution doesn't include pip
13+
depends_on "rust" => :build
1314
uses_from_macos "libxml2"
1415
uses_from_macos "libxslt"
1516

@@ -109,8 +110,8 @@ class LabelStudio < Formula
109110
end
110111

111112
resource "cryptography" do
112-
url "https://files.pythonhosted.org/packages/c7/67/545c79fe50f7af51dbad56d16b23fe33f63ee6a5d956b3cb68ea110cbe64/cryptography-44.0.1.tar.gz"
113-
sha256 "f51f5705ab27898afda1aaa430f34ad90dc117421057782022edf0600bec5f14"
113+
url "https://files.pythonhosted.org/packages/9f/33/c00162f49c0e2fe8064a62cb92b93e50c74a72bc370ab92f86112b33ff62/cryptography-46.0.3.tar.gz"
114+
sha256 "a8b17438104fed022ce745b362294d9ce35b4c2e45c1d958ad4a4b019285f4a1"
114115
end
115116

116117
resource "datamodel-code-generator" do

0 commit comments

Comments
 (0)