From 9f83917d8d57c63ee04ab15d990dd0ed2de69b09 Mon Sep 17 00:00:00 2001 From: Antony Chazapis Date: Thu, 23 Feb 2012 17:08:49 +0200 Subject: [PATCH] Fix dependencies. --- snf-pithos-app/conf/20-snf-pithos-app-settings.conf | 2 +- snf-pithos-app/setup.py | 3 +-- snf-pithos-backend/setup.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/snf-pithos-app/conf/20-snf-pithos-app-settings.conf b/snf-pithos-app/conf/20-snf-pithos-app-settings.conf index f8dc4d3..836df30 100644 --- a/snf-pithos-app/conf/20-snf-pithos-app-settings.conf +++ b/snf-pithos-app/conf/20-snf-pithos-app-settings.conf @@ -9,7 +9,7 @@ # SQLAlchemy (choose SQLite/MySQL/PostgreSQL). #PITHOS_BACKEND_DB_MODULE = 'pithos.backends.lib.sqlalchemy' -PITHOS_BACKEND_DB_CONNECTION = 'sqlite://///user/share/synnefo/pithos/backend.db' +PITHOS_BACKEND_DB_CONNECTION = 'sqlite://///usr/share/synnefo/pithos/backend.db' # Block storage. #PITHOS_BACKEND_BLOCK_MODULE = 'pithos.backends.lib.hashfiler' diff --git a/snf-pithos-app/setup.py b/snf-pithos-app/setup.py index 2859621..57b4e9e 100644 --- a/snf-pithos-app/setup.py +++ b/snf-pithos-app/setup.py @@ -67,8 +67,7 @@ CLASSIFIERS = [] INSTALL_REQUIRES = [ 'snf-common>=0.8.1', 'snf-pithos-backend>=0.9.0', - 'Django>=1.2, <1.3', - 'south>=0.7, <=0.7.3' + 'Django>=1.2, <1.3' ] EXTRAS_REQUIRES = { diff --git a/snf-pithos-backend/setup.py b/snf-pithos-backend/setup.py index e04b75b..fff42de 100644 --- a/snf-pithos-backend/setup.py +++ b/snf-pithos-backend/setup.py @@ -66,7 +66,7 @@ CLASSIFIERS = [] # Package requirements INSTALL_REQUIRES = [ 'snf-common>=0.8.1', - 'SQLAlchemy>=0.6.3', + 'SQLAlchemy==0.6.3', ] EXTRAS_REQUIRES = { -- 1.7.10.4