triton / triton

Triton Operating System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python packages that depend on pbr generate broken packages with setuptools 28+

codyopel opened this issue · comments

Best I can tell is that pbr was broken by the setuptools update and is causing builds to fail silently.

b7cf060

It still works on some python versions, but linecache2 fails on 2.7 and traceback2 fails on 3.6, although the failure may be non-deterministic.

https://github.com/openstack-dev/pbr

Fixed in setuptool-28.3.0