Skip to content

Commit c780523

Browse files
author
Matthias Koeppe
committed
flit_core vendors its own tomli, so remove tomli from build deps
1 parent 2f1a76d commit c780523

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

build/pkgs/backcall/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| $(PYTHON_TOOLCHAIN) flit_core tomli $(PYTHON)
1+
| $(PYTHON_TOOLCHAIN) flit_core $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/entrypoints/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| $(PYTHON_TOOLCHAIN) flit_core tomli $(PYTHON)
1+
| $(PYTHON_TOOLCHAIN) flit_core $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/pyparsing/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| pip wheel flit_core tomli $(PYTHON)
1+
| pip wheel flit_core $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/tomli/spkg-install.in

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
cd src
2-
# tomli's build system, flit_core, has a runtime dependency on tomli.
3-
# Hence we make the uninstalled tomli sources available during the installation
4-
# and disable build isolation -- which would require a tomli wheel to
5-
# be available for setting up the build environment.
6-
export PYTHONPATH="$(pwd)"
7-
sdh_pip_install --no-build-isolation .
2+
sdh_pip_install .

0 commit comments

Comments
 (0)