barbican/debian/control
jfwood 9dc1c17058 Remove lingering celery dependencies out of RPM dependencies.
There were two celery-related dependencies still lurking in the RPM
dependencies file after the move to oslo.messaging. This commit
removes the last of those.

Change-Id: I5f2c6851cc1d97f6c6defc408b622907a6fe0322
2014-01-08 09:02:16 -06:00

63 lines
1.8 KiB
Plaintext

Source: barbican
Section: python
Priority: extra
Maintainer: CloudKeep Project <cloudkeep@googlegroups.com>
Uploaders: John Wood <john.wood@rackspace.com>,
Douglas Mendizabal <douglas.mendizabal@rackspace.com>
Build-Depends: debhelper (>= 9), python
Standards-Version: 3.9.3
X-Python-Version: >= 2.6
Homepage: http://launchpad.net/barbican
Vcs-Browser: https://github.com/jfwood/barbican
Vcs-Git: git://github.com/jfwood/barbican.git
Package: barbican-common
Architecture: amd64
Section: python
Depends: ${python:Depends}, ${misc:Depends},
python-crypto,
python-dateutil,
python-eventlet,
python-falcon,
python-iso8601,
python-jsonschema,
python-keystoneclient,
python-kombu,
python-pastedeploy,
python-pysqlite2,
python-sqlalchemy (>= 0.7.4),
python-stevedore,
python-webob,
uwsgi,
uwsgi-plugin-python,
adduser,
debconf,
python-pip,
Description: OpenStack Key Management Service - common files
The Barbican project provides services for storing and retrieving sensitive
client information such as encryption keys.
.
This package contains common files for Barbican.
Package: barbican-api
Architecture: amd64
Section: python
Depends: ${python:Depends}, ${misc:Depends},
barbican-common (= ${binary:Version})
Description: OpenStack Key Management Service - API Server
The Barbican project provides services for storing and retrieving sensitive
client information such as encryption keys.
.
This package contains the Barbican API Server.
Package: barbican-worker
Architecture: amd64
Section: python
Depends: ${python:Depends}, ${misc:Depends},
barbican-common (= ${binary:Version}),
Description: OpenStack Key Management Service - Worker Node
The Barbican project provides services for storing and retrieving sensitive
client information such as encryption keys.
.
This package contains the Barbican Worker Node.