[Mpuls-commits] r6023 - base/trunk
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Mon Aug 13 15:50:39 CEST 2012
Author: torsten
Date: 2012-08-13 15:50:39 +0200 (Mon, 13 Aug 2012)
New Revision: 6023
Modified:
base/trunk/setup.py
Log:
Set version number of psycopg2 to 2.2.1 (version in squeeze). Newer version
seems not to work with the current code because of quoting parameters issues.
Modified: base/trunk/setup.py
===================================================================
--- base/trunk/setup.py 2012-08-13 13:48:59 UTC (rev 6022)
+++ base/trunk/setup.py 2012-08-13 13:50:39 UTC (rev 6023)
@@ -36,7 +36,7 @@
author='Intevation GmbH',
author_email='info at intevation.de',
url='http://wald.intevation.org/projects/mpuls/',
- install_requires=["Pylons==0.10", "pyExcelerator", "babel", "psycopg2", "pyopenssl"],
+ install_requires=["Pylons==0.10", "pyExcelerator", "babel", "psycopg2==2.2.1", "pyopenssl"],
packages=find_packages(exclude=['ez_setup']),
include_package_data=True,
test_suite='nose.collector',
More information about the Mpuls-commits
mailing list