From 5cf80e4e228817b3cd145095fd1e2dab09ce6495 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 11 Sep 2018 16:53:42 -0700 Subject: [PATCH] scripts: requirements.txt: fix PyYAML for python 3.7 PyYAML 3.13 includes a fix necessary to install on Python 3.7: 3.13 (2018-07-05) Rebuild wheels using latest Cython for Python 3.7 support. Support it by accepting any PyYAML at least as recent as the current version in requirements.txt, currently 3.12. Signed-off-by: Marti Bolivar --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 4b48ee7a08d..266d74d7e94 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -5,7 +5,7 @@ docutils==0.14 sphinx_rtd_theme sphinxcontrib-svg2pdfconverter junit2html -PyYAML==3.12 +PyYAML>=3.12 ply==3.10 hub==2.0 gitlint