Skip to content

Commit

Permalink
pyinstaller: declare dvc_ssh as hidden import (#9840)
Browse files Browse the repository at this point in the history
Likely with removal of dvc-machine pyinstaller stopped picking up dvc_ssh automatically, so we need to declare it explicitly just like the rest of plugins.
  • Loading branch information
efiop authored Aug 12, 2023
1 parent 79cc285 commit 27c5485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dvc/__pyinstaller/hook-dvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"dvc_hdfs",
"dvc_oss",
"dvc_s3",
"dvc_ssh",
"dvc_webdav",
"dvc_webhdfs",
# https://github.com/pypa/setuptools/issues/1963
Expand Down

0 comments on commit 27c5485

Please sign in to comment.