Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pipcl.py: avoid problems with python-3.12 and setuptools.
Python-3.12 doesn't seem to support setuptools by default, so we need to import it lazily. This allows handling of `scripts/pymupdfwrap.py --venv` to install setuptools into a venv, which will work.
- Loading branch information