Skip to content

Commit 4c5405e

Browse files
committed
DOCSP-5817: Include the full dns package in binary builds
1 parent 4893635 commit 4c5405e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dist/snooty/.EXISTS: .venv/.EXISTS pyproject.toml snooty/*.py snooty/gizaparser/
3434
echo 'from snooty import main; main.main()' > snooty.py
3535
PYTHONHOME=`pwd`/.venv python3 -m nuitka \
3636
--standalone --python-flag=no_site --remove-output \
37-
--lto snooty.py
37+
--include-package dns --lto snooty.py
3838
rm snooty.py
3939
mv snooty.dist dist/snooty
4040
install -m644 snooty/rstspec.toml LICENSE* dist/snooty/

0 commit comments

Comments
 (0)