From ea282cb4278b291a0717dd4e5a1ed8087ec7038a Mon Sep 17 00:00:00 2001 From: Ken Pepple Date: Sat, 5 Jan 2013 14:23:24 -0800 Subject: [PATCH] adds keyring to test-requires bug 1096466 Change-Id: I3bc2837f1dd067863acc6e888869604261d88090 --- tools/test-requires | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/test-requires b/tools/test-requires index 4ec1a2032e..738f456ca4 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -28,4 +28,7 @@ netifaces # For translations processing Babel -requests<1.0 \ No newline at end of file +requests<1.0 + +# keyring is required by python-keystoneclient-master +keyring \ No newline at end of file