diff options
author | 2015-12-02 17:32:45 +0100 | |
---|---|---|
committer | 2015-12-07 10:52:39 -0500 | |
commit | e0af618723a98675f680770cc84ddef49aa08ae9 (patch) | |
tree | 76122f7da867e3048583fd05e4935b71140540c1 | |
parent | 6fc01d8647abed10811247ae8f3fe8c48ee9c928 (diff) | |
download | meta-cloud-services-e0af618723a98675f680770cc84ddef49aa08ae9.tar.gz meta-cloud-services-e0af618723a98675f680770cc84ddef49aa08ae9.tar.bz2 meta-cloud-services-e0af618723a98675f680770cc84ddef49aa08ae9.zip |
Openstack doesn't depend on lockfile anymore
Openstack uses oslo.concurrency now, following commits removed the
depedency on lockfile for each respective component:
ceilometer: ddcc118a4c13fb88a08d437de86c8e2d6f9cb23f
cinder: a497b4a214b89cb2b387f227c208cfdae62ad6b1
heat: c889bf64ee03b7aa4168b2451359770f1cabccb7
horizon: 366f9527e6234874495b70d104d49b4f3de2d522
oslo.db: c34c32e09ed1f170dfe62c7daedf0cd60f57a833
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
5 files changed, 0 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index e734d327..c3a69ee9 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb @@ -197,7 +197,6 @@ RDEPENDS_${PN} += " \ python-routes \ python-webob \ python-greenlet \ - python-lockfile \ python-pastedeploy \ python-paste \ python-sqlalchemy-migrate \ diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb index 9276d1f2..d8b3f86f 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb @@ -202,7 +202,6 @@ RDEPENDS_${PN} += "lvm2 \ python-routes \ python-webob \ python-greenlet \ - python-lockfile \ python-pastedeploy \ python-paste \ python-sqlalchemy-migrate \ diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb index 87e93c75..5926cc01 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb @@ -179,7 +179,6 @@ RDEPENDS_${PN} += " \ python-routes \ python-webob \ python-greenlet \ - python-lockfile \ python-pastedeploy \ python-paste \ python-sqlalchemy-migrate \ diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index eca780e6..a351bc44 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb @@ -29,7 +29,6 @@ RDEPENDS_${PN} += " python-django \ python-pbr \ python-six \ python-swiftclient \ - python-lockfile \ python-pyyaml \ python-pint \ python-xstatic \ diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_1.7.2.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_1.7.2.bb index 3f2dd95a..a3812631 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.db_1.7.2.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.db_1.7.2.bb @@ -23,7 +23,6 @@ RDEPENDS_${PN} += " \ python-alembic \ python-babel \ python-iso8601 \ - python-lockfile \ python-oslo.config \ python-sqlalchemy \ python-sqlalchemy-migrate \ |