[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH 39/40] Openstack doesn't depend on lockfile anymore

Josep Puigdemont josep.puigdemont at enea.com
Wed Dec 2 08:32:45 PST 2015


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 at enea.com>
---
 meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | 1 -
 meta-openstack/recipes-devtools/python/python-cinder_git.bb     | 1 -
 meta-openstack/recipes-devtools/python/python-heat_git.bb       | 1 -
 meta-openstack/recipes-devtools/python/python-horizon_git.bb    | 1 -
 meta-openstack/recipes-devtools/python/python-oslo.db_1.7.2.bb  | 1 -
 5 files changed, 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 e734d32..c3a69ee 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 9276d1f..d8b3f86 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 87e93c7..5926cc0 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 eca780e..a351bc4 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 3f2dd95..a381263 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 \
-- 
2.1.0



More information about the meta-virtualization mailing list