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:
parent
1526e63c9d
commit
9dc1c17058
1
debian/control
vendored
1
debian/control
vendored
@ -15,7 +15,6 @@ Package: barbican-common
|
||||
Architecture: amd64
|
||||
Section: python
|
||||
Depends: ${python:Depends}, ${misc:Depends},
|
||||
python-celery,
|
||||
python-crypto,
|
||||
python-dateutil,
|
||||
python-eventlet,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user