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
This commit is contained in:
jfwood
2014-01-08 08:59:20 -06:00
parent 1526e63c9d
commit 9dc1c17058
3 changed files with 1 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/barbican-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python2-devel
Requires(pre): shadow-utils
Requires: python-alembic, python-celery, python-crypto, python-dateutil
Requires: python-alembic, python-crypto, python-dateutil
Requires: python-eventlet, python-falcon, python-iso8601, python-jsonschema
Requires: python-keystoneclient, python-kombu, python-oslo.config, python-paste-deploy
Requires: python-psycopg2, python-pysqlite, python-sqlalchemy, python-stevedore

View File

@@ -18,7 +18,6 @@ fpm -s python -t rpm webob
# --> # python-webob.noarch 0.9.6.1-3.el6 exists, but is incompatible
# fpm -s python -t rpm PasteDeploy
# --> python-paste-deploy 1.3.3-2.1.el6
fpm -s python -t rpm Celery
fpm -s python -t rpm python-keystoneclient
fpm -s python -t rpm stevedore
fpm -s python -t rpm -n python-crypto pycrypto
@@ -48,9 +47,6 @@ fpm -s python -t rpm mako
# fpm -s python -t rpm markupsafe
fpm -s python -t rpm argparse
# python-celery
fpm -s python -t rpm -v 2.7.3.34 billiard
# python-eventlet
fpm -s python -t rpm greenlet