Skip to content

Commit

Permalink
WIP: Check newest PyMuPDF wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Oct 7, 2024
1 parent 24f1013 commit e1b0c26
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 231 deletions.
4 changes: 0 additions & 4 deletions install/linux/vendor-pymupdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ def main():
cmd = ["poetry", "export", "--only", "container"]
container_requirements_txt = subprocess.check_output(cmd)

# XXX: Hack for Ubuntu Focal.
if sys.version.startswith("3.8"):
container_requirements_txt = container_requirements_txt.replace(b"3.9", b"3.8")

print(f">>> Vendoring PyMuPDF under '{args.dest}'", file=sys.stderr)
cmd = [
"python3",
Expand Down
Loading

0 comments on commit e1b0c26

Please sign in to comment.