Proper snf-common version spec
authorKostas Papadimitriou <kpap@grnet.gr>
Fri, 24 Feb 2012 18:28:55 +0000 (20:28 +0200)
committerKostas Papadimitriou <kpap@grnet.gr>
Fri, 24 Feb 2012 18:28:55 +0000 (20:28 +0200)
snf-pithos-app/setup.py
snf-pithos-backend/setup.py
snf-pithos-tools/setup.py

index 7a93831..f14e1f7 100644 (file)
@@ -65,7 +65,7 @@ CLASSIFIERS = []
 
 # Package requirements
 INSTALL_REQUIRES = [
-    'snf-common>=0.9.0',
+    'snf-common>=0.9.0rc',
     'snf-pithos-backend>=0.9.1',
     'Django>=1.2, <1.3'
 ]
index 59dd9af..639fd03 100644 (file)
@@ -65,7 +65,7 @@ CLASSIFIERS = []
 
 # Package requirements
 INSTALL_REQUIRES = [
-    'snf-common>=0.9.0',
+    'snf-common>=0.9.0rc',
     'SQLAlchemy==0.6.3',
 ]
 
index 300f923..919c91b 100644 (file)
@@ -67,7 +67,7 @@ CLASSIFIERS = []
 
 # Package requirements
 INSTALL_REQUIRES = [
-    'snf-common>=0.9.0'
+    'snf-common>=0.9.0rc'
 ]
 
 EXTRAS_REQUIRES = {