Remove oslo.serialization from requirements.txt

Change I00f66b0f3c8e9f688429ee78bd51608a4dcac140 added
oslo.serialization to requirements.txt on stable to unwedge the gate due
to keystone on stable testing against master level keystoneclient which
required oslo.serialization.

Later, change I079fa77501b8987a4724d03a792b084a6d853e21 fixed the
testing problem by running the tests in a venv, so we can just
remove oslo.serialization from keystone's requirements.txt now.

Closes-Bug: #1434152

Change-Id: I224a3652fba170da34da9935e6f8b4a161a856d2
This commit is contained in:
Matt Riedemann 2015-04-10 08:47:52 -07:00
parent 905e148002
commit e6eba4bf15
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ iso8601>=0.1.9,<=0.1.10
python-keystoneclient>=0.7.0,<=0.11.2
oslo.config>=1.2.0,<1.5
oslo.messaging>=1.3.0,<1.5
# only for Keystone tests running against keystoneclient master
oslo.serialization>=0.1.0,<1.1 # Apache-2.0
Babel>=1.3,<=1.3
oauthlib>=0.6
dogpile.cache>=0.5.0