Set setuptools min in requirements.txt
If the version of setuptools is old enough that it does not support pyproject.toml but the version of pip is new enough that it does, pip will use pbr’s PEP-517 backend which will attempt to use setuptools’ which will fail as it doesn’t exist due to setuptools being too old.
Set a minimum version for setuptools in requirements.txt. We were already doing this in pyproject.toml but not here.
Change-Id: I7da60b2ceabc8a5ba3152c93e2622369c1f42185 Signed-off-by: Stephen Finucane stephenfin@redhat.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号