Add missing runtime depends.

This commit is contained in:
Thomas Goirand 2016-09-30 19:30:49 +00:00
parent aa429a2099
commit f1ecf74eba
1 changed files with 11 additions and 17 deletions

28
debian/control vendored
View File

@ -55,16 +55,16 @@ Build-Depends-Indep: python-alembic (>= 0.8.4),
python-pastedeploy (>= 1.5.0),
python-psutil (>= 1.1.1),
python-psycopg2 (>= 2.5),
python-sendfile (>= 2.0.0),
python-swiftclient (>= 2.2.0),
python-qpid,
python-reno,
python-requests (>= 2.10.0),
python-retrying (>= 1.2.3),
python-routes (>= 1.12.3),
python-semantic-version (>= 2.3.1),
python-sendfile (>= 2.0.0),
python-six (>= 1.9.0),
python-sqlalchemy (>= 1.0.10),
python-swiftclient (>= 2.2.0),
python-testrepository (>= 0.0.18),
python-testresources (>= 0.2.4),
python-testscenarios (>= 0.4),
@ -92,6 +92,7 @@ Depends: python-alembic (>= 0.8.4),
python-keystonemiddleware (>= 4.2.0),
python-microversion-parse (>= 0.1.2),
python-monotonic (>= 0.6),
python-openssl (>= 0.14),
python-oslo.concurrency (>= 3.8.0),
python-oslo.config (>= 1:3.14.0),
python-oslo.context (>= 2.9.0),
@ -109,7 +110,6 @@ Depends: python-alembic (>= 0.8.4),
python-paste,
python-pastedeploy (>= 1.5.0),
python-pbr (>= 1.8),
python-openssl (>= 0.14),
python-retrying (>= 1.2.3),
python-routes (>= 1.12.3),
python-semantic-version (>= 2.3.1),
@ -129,7 +129,10 @@ Description: OpenStack Artifact Repository - Python 2.7 library
Package: glare-api
Architecture: all
Depends: glare-common (= ${source:Version}),
Depends: adduser,
glare-common (= ${source:Version}),
python-openstackclient,
q-text-as-data,
${misc:Depends},
${ostack-lsb-base},
${python:Depends},
@ -143,7 +146,10 @@ Description: OpenStack Artifact Repository - API server
Package: glare-common
Architecture: all
Depends: python-glare (= ${source:Version}),
Depends: adduser,
dbconfig-common,
python-glare (= ${source:Version}),
q-text-as-data,
${misc:Depends},
${python:Depends},
Description: OpenStack Artifact Repository - common files
@ -152,15 +158,3 @@ Description: OpenStack Artifact Repository - common files
binary data (these structures are also called 'artifacts').
.
This package contains common files for Glare.
#Package: glare-doc
#Architecture: all
#Section: doc
#Depends: ${misc:Depends},
# ${sphinxdoc:Depends},
#Description: OpenStack Artifact Repository - Documentation
# Glare (from GLare Artifact REpository) is a service that provides access
# to a unified catalog of structured meta-information as well as related
# binary data (these structures are also called 'artifacts').
# .
# This package contains the documentation.