~ubuntu-branches/ubuntu/saucy/glance/saucy-proposed

« back to all changes in this revision

Viewing changes to tools/pip-requires

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-05-31 08:17:08 UTC
  • mfrom: (1.1.52)
  • Revision ID: package-import@ubuntu.com-20130531081708-3un9mp81xo3d6geh
Tags: 1:2013.2~b1-0ubuntu1
* New upstream release.
* debian/control: Add python-openssl as a build-depends. 
* debian/patches/fix-nosetests-path.patch: No longer needed.
* debian/rules: Temporarily disable tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# package to get the right headers...
4
4
greenlet>=0.3.1
5
5
 
6
 
SQLAlchemy>=0.7,<=0.7.9
 
6
# < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983
 
7
SQLAlchemy>=0.7.8,<=0.7.99
7
8
anyjson
8
9
eventlet>=0.9.12
9
10
PasteDeploy
35
36
passlib
36
37
jsonschema
37
38
python-keystoneclient>=0.2.0
 
39
pyOpenSSL