From 6e759d8aa41f60e9a0dfe409e61e2c32a7a1d386 Mon Sep 17 00:00:00 2001 From: Valentin David Date: Mon, 13 Aug 2018 12:09:45 +0200 Subject: Set version of ruaml.yaml to strictly less than 0.15.52. This allows to use version 0.15.51 rather than 0.15.0 which is required for Python 3. Fixes #571. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35b8245c9..cda0ebbcb 100755 --- a/setup.py +++ b/setup.py @@ -258,7 +258,7 @@ setup(name='BuildStream', install_requires=[ 'setuptools', 'psutil', - 'ruamel.yaml <= 0.15', + 'ruamel.yaml < 0.15.52', 'pluginbase', 'Click', 'blessings', -- cgit v1.2.1