Skip to content

Commit

Permalink
setup: remove check_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Mar 1, 2023
1 parent e93af95 commit 20bd36c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ def install_handler():

# TODO Linux/macOS: check that minimum OS version requirements are fulfilled

# FIXME not really necessary?
from pypdfium2_setup import check_deps
check_deps.main()

from pypdfium2_setup import update_pdfium
from pypdfium2_setup.setup_base import mkwheel

Expand Down
21 changes: 0 additions & 21 deletions setupsrc/pypdfium2_setup/check_deps.py

This file was deleted.

0 comments on commit 20bd36c

Please sign in to comment.