pantsbuild / setup

Scripts for setting up Pants in your repo
Apache License 2.0
13 stars 30 forks source link

Ensure venv setuptools works with Pants 1.30.x. #113

Closed jsirois closed 2 years ago

jsirois commented 2 years ago

The 1.30.x series depends on pystache 0.5.4 which ships an sdist that uses a setup.py legacy build with the use_2to3 keyword. Support for that keyword was dropped in setuptools 58.

Fixes #111