apache / buildstream

BuildStream, the software integration tool
https://buildstream.build/
Apache License 2.0
85 stars 30 forks source link

Add requirement for ruamel.yaml #1888

Closed nanonyme closed 10 months ago

nanonyme commented 10 months ago

ruamel.yaml 0.18.x has incompatible API chnges

nanonyme commented 10 months ago

The alternative is to fix BuildStream 1 to support new ruamel-yaml API but this is presumably a larger change.

gtristan commented 10 months ago

This fails to update the requirements after changing the .in file (make -C requirements/)

Replacing this with #1889 which updates the requirements and makes some modifications to pass the new pylint.