From 5b8dc1779c3c0b92db877bc590d27a077102267b Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Wed, 27 Feb 2019 15:28:34 +0000 Subject: [PATCH] setup.py: Limit the maximum version of PyYAML Specify the latest stable release of PyYAML should be installed rather than the latest pre-release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf9b59f5..5154c60a 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ params = dict( 'pexpect>=3.3', # Send/receive to/from device 'pyserial', # Serial port interface 'colorama', # Printing with colors - 'pyYAML', # YAML-formatted agenda parsing + 'pyYAML<=3.13', # YAML-formatted agenda parsing 'requests', # Fetch assets over HTTP 'devlib>={}'.format(format_version(required_devlib_version)), # Interacting with devices 'louie-latest', # callbacks dispatch