freeze autobahn==0.5.8 dependency
authorLuc Yriarte <luc.yriarte@intel.com>
Mon, 24 Feb 2014 21:00:01 +0000 (22:00 +0100)
committerLuc Yriarte <luc.yriarte@intel.com>
Mon, 24 Feb 2014 21:00:01 +0000 (22:00 +0100)
setup.py

index 656d35f..cd3d53a 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ setup(name = "cloudeebus",
        data_files = [("cloudeebus" ,["AUTHORS", "README.md", "LICENSE"]),
                                 ('/etc/dbus-1/system.d/', ['org.cloudeebus.conf'])],
        platforms = ("Any"),
-       install_requires = ["setuptools", "autobahn>=0.5.8"],
+       install_requires = ["setuptools", "autobahn==0.5.8"],
        classifiers = ["License :: OSI Approved :: Apache Software License",
                  "Development Status :: 3 - Alpha",
                  "Environment :: Console",