~ubuntu-server-dev/python-neutronclient/quantal-folsom

« back to all changes in this revision

Viewing changes to debian/patches/fix-namespace.patch

  • Committer: Chuck Short
  • Date: 2012-03-22 15:15:59 UTC
  • Revision ID: zulcss@ubuntu.com-20120322151559-z5z029psj688z0e7
Tags: 2012.1~rc1-0ubuntu2
releasing version 2012.1~rc1-0ubuntu2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Naurp python-quantumclient-2012.1.orig/setup.py python-quantumclient-2012.1/setup.py
 
2
--- python-quantumclient-2012.1.orig/setup.py   2012-03-19 05:31:30.000000000 -0400
 
3
+++ python-quantumclient-2012.1/setup.py        2012-03-22 11:11:53.524475511 -0400
 
4
@@ -71,4 +71,5 @@ setup(
 
5
             'quantum = quantum.client.cli:main'
 
6
         ]
 
7
     },
 
8
+    namespace_packages=['quantum',],
 
9
 )