You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2022/02/09 08:28:25 UTC

[GitHub] [buildstream] abderrahim commented on pull request #1562: use ruamel-yaml < 0.17

abderrahim commented on pull request #1562:
URL: https://github.com/apache/buildstream/pull/1562#issuecomment-1033482705


   > This needs a rebase after applying #1564.
   > 
   > In fact, I overlooked that #1564 was applied in error, that's my fault and probably needs to be fixed in some way.
   > 
   > Updating the dependencies in this way leads to an inability to install on `ubuntu-18.04` and `centos-7.7.1908`.
   
   Yeah, I noticed that. But I think it's better done in a different PR. So the problem is that those distros use EOL version of python (3.6), so if I update the requirements using a new version of python I end up with new versions of dependencies that don't support python 3.6.
   
   I also noticed that in `requirements/cov-requirements.in`, there are different versions depending on python_version which means that `requirements/cov-requirements.txt` (which CI uses) will contain either depending on the version of python used to generate it.
   
   I'm trying to regenerate requirements using python 3.6, let's see what it gives.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org