Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2 by
jeffpott...@gmail.com: Change install_requires to cmislib
0.5.1
http://code.google.com/p/cmislib-alfresco-extension/issues/detail?id=2
Please change the cmislib dependency to 0.5.1 which was released last week.
--- a/setup.py Fri Feb 17 19:22:36 2012 +0100
+++ b/setup.py Sat Dec 29 21:16:26 2012 -0600
@@ -38,7 +38,7 @@
#include_package_data = True,
exclude_package_data = {'':['tests']},
zip_safe = False,
- install_requires = ('cmislib==0.5'),
+ install_requires = ('cmislib==0.5.1'),
long_description = read('README.txt'),
classifiers = [
"Development Status :: 3 - Alpha",