~corey.bryant/cinder/kilo-3

« back to all changes in this revision

Viewing changes to debian/patches/fix-requirements.patch

  • Committer: Chuck Short
  • Date: 2014-09-15 14:14:54 UTC
  • Revision ID: zulcss@ubuntu.com-20140915141454-7riu5epshx7mqcee
* debian/pydist-overrides: Add rtslib-fb.
* debian/patches/fix-requirements.patch: Dropped
* debian/patches/no-barbican.patch: Dropped. 
* debian/control: Add python-barbican as a dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff --git a/requirements.txt b/requirements.txt
2
 
index 9a94145..93dfd5a 100644
3
 
--- a/requirements.txt
4
 
+++ b/requirements.txt
5
 
@@ -22,7 +22,6 @@ python-swiftclient>=2.0.2
6
 
 requests>=1.1
7
 
 Routes>=1.12.3,!=2.0
8
 
 taskflow>=0.3,<0.4
9
 
-rtslib-fb>=2.1.39
10
 
 six>=1.7.0
11
 
 SQLAlchemy>=0.8.4,!=0.9.5,<=0.9.99
12
 
 sqlalchemy-migrate>=0.9.1
13
 
2.0.1
14