File: add-missing-alembic-migration.patch

package info (click to toggle)
neutron-dynamic-routing 2%3A27.0.0~rc1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,216 kB
  • sloc: python: 6,592; sh: 152; makefile: 45
file content (13 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Add missing alembic migration
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2016-10-05

--- neutron-dynamic-routing-9.0.0~rc2.orig/MANIFEST.in
+++ neutron-dynamic-routing-9.0.0~rc2/MANIFEST.in
@@ -7,3 +7,5 @@ exclude .gitignore
 exclude .gitreview
 
 global-exclude *.pyc
+
+recursive-include neutron_dynamic_routing/db *