Skip to content

Commit

Permalink
pyinstaller: add pywin32/win32file hook
Browse files Browse the repository at this point in the history
Also added a simple test to `dvc-test` repo [1].

[1] iterative/dvc-test@5748744

Fixes iterative#2754
  • Loading branch information
efiop committed Nov 8, 2019
1 parent a56a6a1 commit a956090
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/hooks/hook-dvc.system.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import os

if os.name == "nt":
hiddenimports = ["win32file"]

0 comments on commit a956090

Please sign in to comment.