Skip to content

Commit fa561b2

Browse files
author
Matthias Koeppe
committed
build/pkgs/tomli/spkg-install.in: Set up PYTHONPATH
1 parent e053097 commit fa561b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/pkgs/tomli/spkg-install.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
cd src
2+
# tomli's build system, flit_core, has a runtime dependency on tomli.
3+
export PYTHONPATH="$(pwd)"
24
sdh_pip_install .

0 commit comments

Comments
 (0)