Skip to content
Snippets Groups Projects
Commit 8f482983 authored by nimrod's avatar nimrod
Browse files

Force include dataclasses in the binary.

Let's see if that fixes the issue with Python 3.6 in Centos build image.
parent 26099978
No related branches found
No related tags found
No related merge requests found
Pipeline #1967 failed
......@@ -2,7 +2,7 @@
all: dist/mnpw
dist/mnpw: mnpw/*.py pyproject.toml *.rst LICENSE.txt
pyinstaller --noconfirm --onefile "--name=$$(basename $@)" mnpw/__init__.py
pyinstaller --noconfirm --onefile "--name=$$(basename $@)" --hidden-import dataclasses mnpw/__init__.py
.PHONY: clean
clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment