[SCM] Packaging for pytango branch, master, updated. 4b58a0979c088c5513b2d502b6375f1f636beba7

Picca Frédéric-Emmanuel picca at synchrotron-soleil.fr
Tue Nov 23 22:04:11 UTC 2010


The following commit has been merged in the master branch:
commit 4b58a0979c088c5513b2d502b6375f1f636beba7
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Thu Nov 11 11:05:52 2010 +0100

    * fix the documentation build

diff --git a/setup.py b/setup.py
index f359345..7c48b58 100644
--- a/setup.py
+++ b/setup.py
@@ -302,7 +302,7 @@ class build_ext(dftbuild_ext):
             #self.compiler.compiler_so = " ".join(compiler_pars)
         dftbuild_ext.build_extensions(self)
 
-cmdclass = {'build_ext' : build_ext }
+cmdclass['build_ext'] = build_ext
 
 if sphinx:
     from sphinx.setup_command import BuildDoc

-- 
Packaging for pytango



More information about the debian-science-commits mailing list