From: Aric Gardner Date: Tue, 12 Feb 2019 20:39:05 +0000 (-0500) Subject: pin more-intertools X-Git-Tag: v0.2.6^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=6389c7ffa48bbbd9f3d8f1726c4ad8244f20a876;p=releng%2Fdocs-conf.git pin more-intertools Version 6.0.0 is a Python 3-only release https://github.com/erikrose/more-itertools/releases error form docs build: more-itertools requires Python '>=3.4' but the running Python is 2.7.5 Change-Id: I6fa0b0e2bf96bfd66a3980d319570325b51666b9 Signed-off-by: Aric Gardner --- diff --git a/requirements.txt b/requirements.txt index 1dd7d05..90a5ff5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,7 @@ pytest pyyaml Sphinx~=1.7.9 sphinx_bootstrap_theme>=0.6.2 + +# Indirect Dependencies +# >6.0.0 requires Python >=3.4 +more-itertools~=5.0.0