changeset 7457:cb8de929ecf0

make-release: only specify Sphinx once for pip install It failed with: Double requirement given: Sphinx<1.8 (from -r dev_requirements.txt (line 8)) (already in Sphinx, name='Sphinx')
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 23 Dec 2018 21:16:07 +0100
parents 39f81c536ad4
children b70ad5c7e706
files scripts/make-release
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/make-release	Sun Dec 23 21:16:07 2018 +0100
+++ b/scripts/make-release	Sun Dec 23 21:16:07 2018 +0100
@@ -20,7 +20,7 @@
 
 echo "Install/verify tools needed for building and uploading stuff"
 pip install --upgrade -e .
-pip install --upgrade -r dev_requirements.txt Sphinx Sphinx-PyPI-upload
+pip install --upgrade -r dev_requirements.txt Sphinx-PyPI-upload
 
 echo "Cleanup and update copyrights ... and clean checkout"
 scripts/run-all-cleanup