Skip to content

Commit 2e5e8f6

Browse files
committed
Makefile.toml: Remove setuptools-rust task
This dep is managed through pyproject.toml
1 parent 39313fb commit 2e5e8f6

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

Makefile.toml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,6 @@ dependencies = [
150150
]
151151
run_task = "start-console"
152152

153-
[tasks.setuptools-rust]
154-
script_runner = "@shell"
155-
script = '''
156-
conda run -n $CONDA_ENV python -m pip install setuptools-rust==0.11.6
157-
'''
158-
159153
[tasks.install-backend]
160154
script_runner = "@shell"
161155
script = '''
@@ -169,12 +163,7 @@ conda run -n $CONDA_ENV --no-capture-output --live-stream python -m pip install
169163
'''
170164

171165
[tasks.prod-freeze-no-copy]
172-
dependencies = [
173-
"copy-capnp",
174-
"generate-resources",
175-
"setuptools-rust",
176-
"prod-install-backend",
177-
]
166+
dependencies = ["copy-capnp", "generate-resources", "prod-install-backend"]
178167
script_runner = "@shell"
179168
script = '''
180169
conda run -n $CONDA_ENV fbs freeze

0 commit comments

Comments
 (0)