From: Sergey Kolekonov Date: Thu, 28 May 2015 15:42:06 +0000 (+0300) Subject: Fix python-oslo-* dependency names X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F7199%2F1;p=openstack-build%2Fneutron-lbaas-build.git Fix python-oslo-* dependency names Replace python-oslo- with python-oslo. Change-Id: I89a0752dc7b50817e871bd18bc0fcb24be908a11 Related-Bug: #1459494 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 24483f1..8e43ca5 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,10 @@ +neutron-lbaas (1:2015.1.0-1~u14.04+mos2) mos7.0; urgency=medium + + * Fix python-oslo-* naming scheme + #LP 1459494 + + -- Sergey Kolekonov Thu, 28 May 2015 15:05:54 +0300 + neutron-lbaas (1:2015.1.0-1~u14.04+mos1) mos7.0; urgency=medium * Updated specs for stable/kilo diff --git a/trusty/debian/control b/trusty/debian/control index 128d5b9..52c3d80 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -22,13 +22,13 @@ Build-Depends-Indep: python-netaddr (>= 0.7.12), python-novaclient (>= 1:2.22.0), python-openssl (>= 0.11), - python-oslo-config (>= 1:1.9.3), - python-oslo-db (>= 1.7.0), - python-oslo-log (>= 1.0.0), - python-oslo-messaging (>= 1.8.0), - python-oslo-rootwrap (>= 1.6.0), - python-oslo-serialization (>= 1.4.0), - python-oslo-utils (>= 1.4.0), + python-oslo.config (>= 1:1.9.3), + python-oslo.db (>= 1.7.0), + python-oslo.log (>= 1.0.0), + python-oslo.messaging (>= 1.8.0), + python-oslo.rootwrap (>= 1.6.0), + python-oslo.serialization (>= 1.4.0), + python-oslo.utils (>= 1.4.0), python-oslotest (>= 1.5.1), python-pbr (>= 0.10), python-pyasn1,