]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Removes openvswitch-switch from depends since it's in pre-depends.
authorThomas Goirand <thomas@goirand.fr>
Mon, 2 Dec 2013 15:39:08 +0000 (15:39 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 2 Dec 2013 15:39:57 +0000 (15:39 +0000)
debian/changelog
debian/control

index 244b3d2699083a04b18102f7dd3aa78d981ec419..da37a9eaeb3e2469aa51d7e15d08e2cb63c0b749 100644 (file)
@@ -5,6 +5,7 @@ neutron (2013.2-7) unstable; urgency=low
     line instead of broken lines with \ (this doesn't work otherwise).
   * Fixes the sqlalchemy requirements.txt that restricted to SQLAlchemy
     <= 0.7.99.
+  * Removes openvswitch-switch from depends since it's in pre-depends.
 
   [ gustavo panizzo ]
   * Watch file fixed. 
index 2904f4b8e24cbc6e5ca5a5c9828a93dbac4aa679..50da6f8d266385ce02e8fc89f870b2ecb96281b7 100644 (file)
@@ -356,9 +356,8 @@ Description: OpenStack virtual network service - LBaaS agent
 
 Package: neutron-plugin-openvswitch-agent
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~), openvswitch-switch (>=1.9)
+Pre-Depends: dpkg (>= 1.15.6~), openvswitch-switch (>= 1.9)
 Depends: neutron-common (= ${source:Version}),
-         openvswitch-switch (>=1.9),
          sudo,
          ${misc:Depends},
          ${python:Depends},