Skip to content

Commit 347206a

Browse files
committed
fix cookiecutter import after transitive dependency issue
1 parent 543d58a commit 347206a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ dist-bin/localstack build: $(VENV_ACTIVATE) main.py
3535
--hidden-import localstack_cli.pro.core.bootstrap.extensions.bootstrap \
3636
--hidden-import localstack_cli.utils.analytics.metadata \
3737
--collect-all=rich \
38+
# add data for binaryornot explicitly including csv files
39+
--collect-data=binaryornot \
3840
--copy-metadata localstack \
3941
--additional-hooks-dir hooks
4042

0 commit comments

Comments
 (0)