From db91c4e15ba106935803bed71cedb29fad6b35df Mon Sep 17 00:00:00 2001 From: Eyal Date: Mon, 30 Dec 2019 14:24:28 +0200 Subject: [PATCH] Use py3 only Depends-On: https://review.opendev.org/#/c/700512/ Change-Id: If5fda069dcc4c40f6dfa62ef0daea9331dfbb8a0 --- doc/requirements.txt | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index ffd53839a..ec0f5db63 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. oslo.config>=5.2.0 # Apache-2.0 openstackdocstheme>=1.24.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD reno>=2.7.0 # Apache-2.0 docutils>=0.11 # OSI-Approved Open Source, Public Domain diff --git a/requirements.txt b/requirements.txt index 5f4f85e34..bb86c5242 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,6 @@ python-troveclient>=2.2.0 # Apache-2.0 python-zaqarclient >=1.2.0 gnocchiclient>=3.3.1 # Apache-2.0 pyzabbix>=0.7.4 # LGPL -networkx<2.3,>=2.0;python_version<'3.0' # BSD networkx>=2.3;python_version>='3.4' # BSD oslo.config>=5.2.0 # Apache-2.0 oslo.context>=2.20.0 # Apache-2.0