Code Review
/
releng
/
docs-conf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0878f09
)
pin more-intertools
44/14544/2
v0.2.6
author
Aric Gardner
<agardner@linuxfoundation.org>
Tue, 12 Feb 2019 20:39:05 +0000
(15:39 -0500)
committer
Aric Gardner
<agardner@linuxfoundation.org>
Tue, 12 Feb 2019 20:54:39 +0000
(15:54 -0500)
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 <agardner@linuxfoundation.org>
requirements.txt
patch
|
blob
|
history
diff --git
a/requirements.txt
b/requirements.txt
index
1dd7d05
..
90a5ff5
100644
(file)
--- 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