Relax the Twisted dependency to python-twisted-core (rather than the

full stack).
This commit is contained in:
Soren Hansen 2010-07-06 22:28:55 +02:00
parent 7384fa0672
commit bec2499e13
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
nova (0.3.0+really0.2.2-0ubuntu0ppa4) UNRELEASED; urgency=low
* Relax the Twisted dependency to python-twisted-core (rather than the
full stack).
-- Soren Hansen <soren@ubuntu.com> Tue, 06 Jul 2010 22:28:28 +0200
nova (0.3.0+really0.2.2-0ubuntu0ppa3) lucid; urgency=low
* Add a dependency on nginx from nova-objectsstore and install a

2
debian/control vendored
View File

@ -9,7 +9,7 @@ XS-Python-Version: 2.6
Package: nova-common
Architecture: all
Depends: ${python:Depends}, aoetools, vlan, python-ipy, python-boto, python-m2crypto, python-pycurl, python-twisted, python-daemon, python-redis, python-carrot, python-lockfile, python-gflags, python-tornado, ${misc:Depends}
Depends: ${python:Depends}, aoetools, vlan, python-ipy, python-boto, python-m2crypto, python-pycurl, python-twisted-core, python-daemon, python-redis, python-carrot, python-lockfile, python-gflags, python-tornado, ${misc:Depends}
Provides: ${python:Provides}
Description: Nova Cloud Computing - common files
Nova is a cloud computing fabric controller (the main part of an IaaS