summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJim MacArthur <jim.macarthur@codethink.co.uk>2018-08-09 18:35:19 +0100
committerJim MacArthur <jim.macarthur@codethink.co.uk>2018-08-09 18:35:19 +0100
commit975955853c777ffed8cd9fc2f2da0c84831e49b7 (patch)
treeae459c20c0222107a63e96172fecfe8899c4282a /setup.py
parentde955834683535cafc15c9d69f5a53e204df735f (diff)
downloadbuildstream-975955853c777ffed8cd9fc2f2da0c84831e49b7.tar.gz
setup.py: Pin ruamel.yaml version to <= 0.15
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index efa4ebc1e..fec33047d 100755
--- a/setup.py
+++ b/setup.py
@@ -251,7 +251,7 @@ setup(name='BuildStream',
install_requires=[
'setuptools',
'psutil',
- 'ruamel.yaml',
+ 'ruamel.yaml <= 0.15',
'pluginbase',
'Click',
'blessings',