Valentin David pushed to branch bst-1.2 at BuildStream / buildstream
Commits:
-
f53e12c2
by Valentin David at 2018-08-13T12:39:42Z
-
01850d55
by Valentin David at 2018-08-13T13:48:09Z
1 changed file:
Changes:
... | ... | @@ -258,7 +258,7 @@ setup(name='BuildStream', |
258 | 258 |
install_requires=[
|
259 | 259 |
'setuptools',
|
260 | 260 |
'psutil',
|
261 |
- 'ruamel.yaml <= 0.15',
|
|
261 |
+ 'ruamel.yaml < 0.15.52',
|
|
262 | 262 |
'pluginbase',
|
263 | 263 |
'Click',
|
264 | 264 |
'blessings',
|