From a35fa1d85fdb5cacb107974ddafee6d068e67d9a Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Sun, 27 Jan 2019 14:47:20 +0200 Subject: [PATCH] Remove ryu from requirements Change-Id: Ia623d0a879072705a3d5b55c6f817afbbeca2136 --- lower-constraints.txt | 3 --- requirements.txt | 3 --- 2 files changed, 6 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index a8428642fc..be37079ca8 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -145,6 +145,3 @@ waitress==1.1.0 WebOb==1.7.1 WebTest==2.0.27 wrapt==1.7.0 - -# Temporary fix until https://review.openstack.org/#/c/608357 is merged -ryu==4.30 diff --git a/requirements.txt b/requirements.txt index deb7ea8011..32334615d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,9 +28,6 @@ tooz>=1.58.0 # Apache-2.0 decorator>=4.3.0 # BSD mock>=2.0.0 # BSD -# Temporary fix until https://review.openstack.org/#/c/608357 is merged -ryu>=4.30 - # These repos are installed from git in OpenStack CI if the job # configures them as required-projects: neutron>=12.0.0 # Apache-2.0