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 7038c22 commit b959cf0
Showing 1 changed file with 0 additions and 4 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

0 comments on commit b959cf0

Please sign in to comment.